]> Pileus Git - ~andy/git/commitdiff
t5505: add missing &&
authorBrandon Casey <drafnel@gmail.com>
Fri, 19 Mar 2010 23:36:35 +0000 (18:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2010 15:21:50 +0000 (08:21 -0700)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh

index 72912308da400ae7f6920da625f2400b4a197916..e7afe9e16e368e132e9b91d4397ccd57954678d8 100755 (executable)
@@ -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 &&