Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.5.4' into maint
[gitweb.git]
/
t
/
t7502-status.sh
diff --git
a/t/t7502-status.sh
b/t/t7502-status.sh
index 70b802ba3d4f9d985126158b1df615859986bc81..cd08516e6de6b5c4b39ffee14302d76c99229825 100755
(executable)
--- a/
t/t7502-status.sh
+++ b/
t/t7502-status.sh
@@
-146,7
+146,7
@@
cat <<EOF >expect
EOF
test_expect_success 'status of partial commit excluding new file in index' '
git status dir1/modified >output &&
-
diff -u
expect output
+
test_cmp
expect output
'
test_done