Code

Move commit_list_count() to commit.c
[git.git] / 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\