diff options
Diffstat (limited to 't/t5505-remote.sh')
-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 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 && |