From: Felipe Contreras Date: Thu, 4 Apr 2013 15:36:19 +0000 (-0600) Subject: remote-hg: fix hg-git test-case X-Git-Tag: v1.8.3-rc0~92^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/091e051e883a3b710430b11fea06e5ea735ec9dd?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- 091e051e883a3b710430b11fea06e5ea735ec9dd diff --git a/contrib/remote-helpers/test-hg-hg-git.sh b/contrib/remote-helpers/test-hg-hg-git.sh index 7e3967f5b6..3f253b7de7 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