Make sure quickfetch is not fooled with a previous, incomplete fetch.
[gitweb.git] / t / t4013-diff-various.sh
index 8345ef5bf76cbf9ce2cebd962fa36c1f7ce445da..488e075c16611e5e6132744939574cdd878c3959 100755 (executable)
@@ -111,7 +111,7 @@ do
                } >"$actual" &&
                if test -f "$expect"
                then
-                       diff -u "$expect" "$actual" &&
+                       git diff "$expect" "$actual" &&
                        rm -f "$actual"
                else
                        # this is to help developing new tests.