]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remote-hg: fix hg-git test-case
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 4 Apr 2013 15:36:19 +0000 (09:36 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Apr 2013 16:35:51 +0000 (09:35 -0700)
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>
contrib/remote-helpers/test-hg-hg-git.sh

index 7e3967f5b6f0c19939bf1c0c30be0d756ec6aa04..3f253b7de75a6fa44c4cff3b2e1f53f9feffcf5d 100755 (executable)
@@ -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