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" \
"" \
"stdin"
-test x"$SKIP_KNOWN_BUGS" = x"" && \
testing "diff -b treats EOF as whitespace" \
'diff -ub - input; echo $?' \
"0\n" \
"abc" \
"abc "
-test x"$SKIP_KNOWN_BUGS" = x"" && \
testing "diff -b treats all spaces as equal" \
'diff -ub - input; echo $?' \
"0\n" \
"a \t c\n" \
"a\t \tc\n"
-test x"$SKIP_KNOWN_BUGS" = x"" && \
testing "diff always takes context from old file" \
"diff -ub - input | $TRIM_TAB" \
"\