From 65b26eb4668f0499bc1e671edb59842529cb286d Mon Sep 17 00:00:00 2001 From: Jens Lehmann Date: Sun, 5 Sep 2010 14:56:11 +0200 Subject: [PATCH] t5505: add missing && Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano --- t/t5505-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 936fe0a1a6..4b6befe723 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -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) ' -- 2.11.4.GIT