From f3b1fbf8602e9038ee12a44bbd71b49e6ab59fe1 Mon Sep 17 00:00:00 2001 From: Brandon Casey Date: Fri, 19 Mar 2010 18:36:35 -0500 Subject: [PATCH] t5505: add missing && Signed-off-by: Brandon Casey 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 72912308da..e7afe9e16e 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 && -- 2.11.4.GIT