1
0
mirror of https://github.com/git/git.git synced 2024-10-04 15:42:22 +02:00

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>
This commit is contained in:
Michele Ballabio 2008-06-23 18:19:23 +02:00 committed by Junio C Hamano
parent 112db553b0
commit f2ab7f82b7

@ -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\