diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-04 16:06:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-04 22:28:41 -0800 |
commit | f10b7fcca6f7ae63b8c1b65ea520f226869836e7 (patch) | |
tree | 3250d111ad54c13c1ed8bd56fdddcdb05dcb8087 | |
parent | t5404: do not assume the "matching" push is the default (diff) | |
download | tgif-f10b7fcca6f7ae63b8c1b65ea520f226869836e7.tar.xz |
t5505: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 ccc55ebf4b..6579a86724 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -345,7 +345,7 @@ test_expect_success 'fetch mirrors do not act as mirrors during push' ' ) && (cd mirror-fetch/child && git branch -m renamed renamed2 && - git push parent + git push parent : ) && (cd mirror-fetch/parent && git rev-parse --verify renamed && |