OSDN Git Service

t5505: add missing &&
authorJens Lehmann <Jens.Lehmann@web.de>
Sun, 5 Sep 2010 12:56:11 +0000 (14:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Sep 2010 05:10:22 +0000 (22:10 -0700)
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh

index 936fe0a..4b6befe 100755 (executable)
@@ -371,7 +371,7 @@ test_expect_success 'update --prune' '
         git branch -m side2 side3) &&
        (cd test &&
         git remote update --prune &&
-        (cd ../one && git branch -m side3 side2)
+        (cd ../one && git branch -m side3 side2) &&
         git rev-parse refs/remotes/origin/side3 &&
         test_must_fail git rev-parse refs/remotes/origin/side2)
 '