summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/test-hg-hg-git.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-04-04 15:36:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-04 16:35:51 (GMT)
commit091e051e883a3b710430b11fea06e5ea735ec9dd (patch)
treef43b661de5e12d94bc7cfb377247eab3753754b2 /contrib/remote-helpers/test-hg-hg-git.sh
parentc0e1ba4e1792184964614987d67f9accfeb2cb84 (diff)
downloadgit-091e051e883a3b710430b11fea06e5ea735ec9dd.zip
git-091e051e883a3b710430b11fea06e5ea735ec9dd.tar.gz
git-091e051e883a3b710430b11fea06e5ea735ec9dd.tar.bz2
remote-hg: fix hg-git test-case
There was some lingering code that shouldn't have been there in the first place. 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-hg-git.sh')
-rwxr-xr-xcontrib/remote-helpers/test-hg-hg-git.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/remote-helpers/test-hg-hg-git.sh b/contrib/remote-helpers/test-hg-hg-git.sh
index 7e3967f..3f253b7 100755
--- a/contrib/remote-helpers/test-hg-hg-git.sh
+++ b/contrib/remote-helpers/test-hg-hg-git.sh
@@ -140,7 +140,6 @@ test_expect_success 'executable bit' '
git_clone_$x hgrepo-$x gitrepo2-$x &&
git_log gitrepo2-$x > log-$x
done &&
- cp -r log-* output-* /tmp/foo/ &&
test_cmp output-hg output-git &&
test_cmp log-hg log-git