Skip to content

Commit

Permalink
Mark t0027-auto-crlf as cheap enough for MinGW
Browse files Browse the repository at this point in the history
t0027 is marked expensive, but really, for MinGW we want to run these
tests always.

Suggested by Thomas Braun.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho authored and t-b committed Oct 13, 2014
1 parent cdfea26 commit 8cc203c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t0027-auto-crlf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ test_description='CRLF conversion all combinations'

. ./test-lib.sh

if ! test_have_prereq EXPENSIVE
if ! test_have_prereq EXPENSIVE && ! test_have_prereq MINGW
then
skip_all="EXPENSIVE not set"
skip_all="Neither EXPENSIVE nor MINGW set"
test_done
fi

Expand Down

0 comments on commit 8cc203c

Please sign in to comment.