From: Jens Lehmann Date: Sun, 5 Sep 2010 12:56:11 +0000 (+0200) Subject: t5505: add missing && X-Git-Tag: v1.7.3-rc0^2^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=65b26eb4668f0499bc1e671edb59842529cb286d;p=git.git t5505: add missing && Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano --- diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 936fe0a1a..4b6befe72 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) '