summaryrefslogtreecommitdiff
path: root/t/t9301-fast-export.sh
diff options
context:
space:
mode:
authorMichele Ballabio <barra_cuda@katamail.com>2008-06-23 18:19:23 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-23 13:01:37 -0700
commitf2ab7f82b7bd8f0147f656e7d279236d1bd68921 (patch)
tree5205f18504508c81c513acb326c558eff3473336 /t/t9301-fast-export.sh
parent112db553b0db4c4f2b39e5e3e433b2102be10085 (diff)
downloadgit-f2ab7f82b7bd8f0147f656e7d279236d1bd68921.tar.gz
t9301-fast-export.sh: Remove debug line
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9301-fast-export.sh')
-rwxr-xr-xt/t9301-fast-export.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9301-fast-export.sh b/t/t9301-fast-export.sh
index 60b5ee3979..f1bc5ceef0 100755
--- a/t/t9301-fast-export.sh
+++ b/t/t9301-fast-export.sh
@@ -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\