Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t: fix moderate &&-chain breakage
[gitweb.git]
/
t
/
t3600-rm.sh
diff --git
a/t/t3600-rm.sh
b/t/t3600-rm.sh
index e00d7d2b6186023642bc9d0b5d5dd6a526278767..b0db89b734885659ac21efb2cbc6c41b834082db 100755
(executable)
--- a/
t/t3600-rm.sh
+++ b/
t/t3600-rm.sh
@@
-170,7
+170,7
@@
test_expect_success 'but with -f it should work.' '
git rm -f foo baz &&
test ! -f foo &&
test ! -f baz &&
- test_must_fail git ls-files --error-unmatch foo
+ test_must_fail git ls-files --error-unmatch foo
&&
test_must_fail git ls-files --error-unmatch baz
'