t9301-fast-export.sh: Remove debug line
authorMichele Ballabio <barra_cuda@katamail.com>
Mon, 23 Jun 2008 16:19:23 +0000 (18:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2008 20:01:37 +0000 (13:01 -0700)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9301-fast-export.sh
index 60b5ee39793bdd8e1b08cddc791500ed34d3116c..f1bc5ceef0453fcdf711afd6225a5f0cd5dc69e5 100755 (executable)
@@ -83,7 +83,6 @@ test_expect_success 'import/export-marks' '
        git checkout -b marks master &&
        git fast-export --export-marks=tmp-marks HEAD &&
        test -s tmp-marks &&
-       cp tmp-marks ~ &&
        test $(wc -l < tmp-marks) -eq 3 &&
        test $(
                git fast-export --import-marks=tmp-marks\