Skip to content

Commit

Permalink
t9301-fast-export.sh: Remove debug line
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michele Ballabio authored and Junio C Hamano committed Jun 23, 2008
1 parent 112db55 commit f2ab7f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/t9301-fast-export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit f2ab7f8

Please sign in to comment.