]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Support diffs without -u support
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 5 Nov 2010 22:28:02 +0000 (23:28 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 5 Nov 2010 22:28:02 +0000 (23:28 +0100)
test.sh

diff --git a/test.sh b/test.sh
index 0b1a55b46c4b899e8649dd4b2a8295021b4975fc..f9bbedd7d02be67b87ddea8867f8dccfe284df02 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -1215,7 +1215,7 @@ Results (1):
     Hash: normalized
     Size: normalized
 EOF
-    if ! diff -u expected.dump manifest.dump; then
+    if ! diff expected.dump manifest.dump; then
         test_failed "unexpected output of --dump-manifest"
     fi
 }