]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3600-rm.sh
t: fix severe &&-chain breakage
[thirdparty/git.git] / t / t3600-rm.sh
index e00d7d2b6186023642bc9d0b5d5dd6a526278767..b0db89b734885659ac21efb2cbc6c41b834082db 100755 (executable)
@@ -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
 '