Skip to content

Commit b3a9fdb

Browse files
committed
Mark t0027-auto-crlf as cheap enough for MinGW
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]>
1 parent c8c30da commit b3a9fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t0027-auto-crlf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ test_description='CRLF conversion all combinations'
44

55
. ./test-lib.sh
66

7-
if ! test_have_prereq EXPENSIVE
7+
if ! test_have_prereq EXPENSIVE && ! test_have_prereq MINGW
88
then
9-
skip_all="EXPENSIVE not set"
9+
skip_all="Neither EXPENSIVE nor MINGW set"
1010
test_done
1111
fi
1212

0 commit comments

Comments
 (0)