summaryrefslogtreecommitdiff
path: root/t/t5801-remote-helpers.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2014-04-20 18:59:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-04-21 18:47:33 (GMT)
commitd98c81538015630603fd20f6e08e960555a38c52 (patch)
tree5327b2a2ea3ae2c3443f039fde518baef347bbee /t/t5801-remote-helpers.sh
parent03e9010c66adfe5e1693eae039e6754d925b7bf4 (diff)
downloadgit-d98c81538015630603fd20f6e08e960555a38c52.zip
git-d98c81538015630603fd20f6e08e960555a38c52.tar.gz
git-d98c81538015630603fd20f6e08e960555a38c52.tar.bz2
transport-helper: add support for old:new refspec
By using fast-export's new --refspec option. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5801-remote-helpers.sh')
-rwxr-xr-xt/t5801-remote-helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh
index 25fd2e7..52b3c99 100755
--- a/t/t5801-remote-helpers.sh
+++ b/t/t5801-remote-helpers.sh
@@ -87,7 +87,7 @@ test_expect_success 'push new branch by name' '
compare_refs local HEAD server refs/heads/new-name
'
-test_expect_failure 'push new branch with old:new refspec' '
+test_expect_success 'push new branch with old:new refspec' '
(cd local &&
git push origin new-name:new-refspec
) &&