Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix bsd shell negation
[gitweb.git]
/
t
/
t7506-status-submodule.sh
diff --git
a/t/t7506-status-submodule.sh
b/t/t7506-status-submodule.sh
index 8987c9eb70b977fa897967749ca096646009b00a..a75130cdbb55be157c915f4fc1397227a78441ec 100755
(executable)
--- a/
t/t7506-status-submodule.sh
+++ b/
t/t7506-status-submodule.sh
@@
-30,7
+30,7
@@
test_expect_success 'status clean (empty submodule dir)' '
git status |
grep "nothing to commit"
'
-test_expect_
failure
'status -a clean (empty submodule dir)' '
+test_expect_
success
'status -a clean (empty submodule dir)' '
git status -a |
grep "nothing to commit"
'