Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach tree_entry_interesting() that the tree entries are sorted.
[gitweb.git]
/
t
/
t4013-diff-various.sh
diff --git
a/t/t4013-diff-various.sh
b/t/t4013-diff-various.sh
index 8345ef5bf76cbf9ce2cebd962fa36c1f7ce445da..488e075c16611e5e6132744939574cdd878c3959 100755
(executable)
--- a/
t/t4013-diff-various.sh
+++ b/
t/t4013-diff-various.sh
@@
-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.