diff options
author | Brandon Casey <drafnel@gmail.com> | 2010-03-19 18:36:35 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-20 08:21:50 -0700 |
commit | f3b1fbf8602e9038ee12a44bbd71b49e6ab59fe1 (patch) | |
tree | 8e5bbb4ffb5a394035922acf3593777d157862c0 /t | |
parent | 65f83dc082ee6916188f8193f9a72acca008cea1 (diff) | |
download | git-f3b1fbf8602e9038ee12a44bbd71b49e6ab59fe1.tar.gz git-f3b1fbf8602e9038ee12a44bbd71b49e6ab59fe1.tar.xz |
t5505: add missing &&
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t5505-remote.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |