From: Michele Ballabio Date: Mon, 23 Jun 2008 16:19:23 +0000 (+0200) Subject: t9301-fast-export.sh: Remove debug line X-Git-Tag: v1.6.0-rc0~225 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2ab7f82b7bd8f0147f656e7d279236d1bd68921;p=git.git t9301-fast-export.sh: Remove debug line Signed-off-by: Michele Ballabio Signed-off-by: Junio C Hamano --- diff --git a/t/t9301-fast-export.sh b/t/t9301-fast-export.sh index 60b5ee397..f1bc5ceef 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\