aboutsummaryrefslogtreecommitdiff
path: root/testsuite/diff.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/diff.tests')
-rwxr-xr-xtestsuite/diff.tests3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/diff.tests b/testsuite/diff.tests
index 06bf163d0..f7bde2f5b 100755
--- a/testsuite/diff.tests
+++ b/testsuite/diff.tests
@@ -44,21 +44,18 @@ testing "diff of stdin, twice" \
44 "" \ 44 "" \
45 "stdin" 45 "stdin"
46 46
47test x"$SKIP_KNOWN_BUGS" = x"" && \
48testing "diff -b treats EOF as whitespace" \ 47testing "diff -b treats EOF as whitespace" \
49 'diff -ub - input; echo $?' \ 48 'diff -ub - input; echo $?' \
50 "0\n" \ 49 "0\n" \
51 "abc" \ 50 "abc" \
52 "abc " 51 "abc "
53 52
54test x"$SKIP_KNOWN_BUGS" = x"" && \
55testing "diff -b treats all spaces as equal" \ 53testing "diff -b treats all spaces as equal" \
56 'diff -ub - input; echo $?' \ 54 'diff -ub - input; echo $?' \
57 "0\n" \ 55 "0\n" \
58 "a \t c\n" \ 56 "a \t c\n" \
59 "a\t \tc\n" 57 "a\t \tc\n"
60 58
61test x"$SKIP_KNOWN_BUGS" = x"" && \
62testing "diff always takes context from old file" \ 59testing "diff always takes context from old file" \
63 "diff -ub - input | $TRIM_TAB" \ 60 "diff -ub - input | $TRIM_TAB" \
64"\ 61"\