From: Joel Rosdahl Date: Fri, 5 Nov 2010 22:28:02 +0000 (+0100) Subject: test: Support diffs without -u support X-Git-Tag: v3.2~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806d37359cf62b68bc559edf4270dfdaa1f1d092;p=thirdparty%2Fccache.git test: Support diffs without -u support --- diff --git a/test.sh b/test.sh index 0b1a55b46..f9bbedd7d 100755 --- 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 }