From: Brandon Casey Date: Fri, 19 Mar 2010 23:36:35 +0000 (-0500) Subject: t5505: add missing && X-Git-Tag: v1.7.1-rc0~19^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f3b1fbf8602e9038ee12a44bbd71b49e6ab59fe1;p=git.git t5505: add missing && Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 72912308d..e7afe9e16 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -121,7 +121,7 @@ Note: Non-remote branches were not removed; to delete them, use: git branch -d master EOF } && - git tag footag + git tag footag && git config --add remote.oops.fetch "+refs/*:refs/*" && git remote rm oops 2>actual1 && git branch foobranch &&