Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'so/cvsserver-update'
[gitweb.git]
/
t
/
t6040-tracking-info.sh
diff --git
a/t/t6040-tracking-info.sh
b/t/t6040-tracking-info.sh
index 00e1de9627e8e20f4d28e3122502a494d21899e5..664b0f805288863955d8b6389c95f0f8f542f136 100755
(executable)
--- a/
t/t6040-tracking-info.sh
+++ b/
t/t6040-tracking-info.sh
@@
-69,7
+69,7
@@
test_expect_success 'status' '
cd test &&
git checkout b1 >/dev/null &&
# reports nothing to commit
- test_must_fail git
status
+ test_must_fail git
commit --dry-run
) >actual &&
grep "have 1 and 1 different" actual
'