diff options
Diffstat (limited to 'testsuite/diff.tests')
-rwxr-xr-x | testsuite/diff.tests | 3 |
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 | ||
47 | test x"$SKIP_KNOWN_BUGS" = x"" && \ | ||
48 | testing "diff -b treats EOF as whitespace" \ | 47 | testing "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 | ||
54 | test x"$SKIP_KNOWN_BUGS" = x"" && \ | ||
55 | testing "diff -b treats all spaces as equal" \ | 53 | testing "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 | ||
61 | test x"$SKIP_KNOWN_BUGS" = x"" && \ | ||
62 | testing "diff always takes context from old file" \ | 59 | testing "diff always takes context from old file" \ |
63 | "diff -ub - input | $TRIM_TAB" \ | 60 | "diff -ub - input | $TRIM_TAB" \ |
64 | "\ | 61 | "\ |