Skip to content

Commit d13686f

Browse files
committed
Merge branch 'tb/dedup-crlf-tests'
* tb/dedup-crlf-tests: t0027: tests are not expensive; remove t0025
2 parents 3c98008 + c8f7c8b commit d13686f

File tree

2 files changed

+0
-187
lines changed

2 files changed

+0
-187
lines changed

t/t0025-crlf-auto.sh

Lines changed: 0 additions & 181 deletions
This file was deleted.

t/t0027-auto-crlf.sh

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

55
. ./test-lib.sh
66

7-
if ! test_have_prereq EXPENSIVE
8-
then
9-
skip_all="EXPENSIVE not set"
10-
test_done
11-
fi
12-
137
compare_files () {
148
tr '\015\000' QN <"$1" >"$1".expect &&
159
tr '\015\000' QN <"$2" | tr -d 'Z' >"$2".actual &&

0 commit comments

Comments
 (0)