diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-05-24 21:29:55 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-28 08:02:05 -0700 |
commit | b688911a789e4eb1cfb97e1a59df0b14817b9d1a (patch) | |
tree | bd48dafb50e7813ac1d259d37ed1d101135e4310 /contrib/remote-helpers/test-hg.sh | |
parent | c2f7a82032bff3f516aa7d029506aed096a01e0b (diff) | |
download | git-b688911a789e4eb1cfb97e1a59df0b14817b9d1a.tar.gz |
remote-hg: use remote 'default' not local one
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers/test-hg.sh')
-rwxr-xr-x | contrib/remote-helpers/test-hg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 20f5b32123..b887233658 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -486,7 +486,7 @@ test_expect_success 'remote big push' ' check_bookmark hgrepo new_bmark '' ' -test_expect_failure 'remote double failed push' ' +test_expect_success 'remote double failed push' ' test_when_finished "rm -rf hgrepo gitrepo*" && ( |