* tests/test-log.test (fail.test): Remove extra `echo' command, probably due to a past copy&paste blunder. --- ChangeLog | 6 ++++++ tests/test-log.test | 1 - 2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9c19124..9b98bfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-12 Stefano Lattarini <stefano.lattar...@gmail.com> + + tests: remove redundant line from a test script + * tests/test-log.test (fail.test): Remove extra `echo' command, + probably due to a past copy&paste blunder. + 2011-09-11 Stefano Lattarini <stefano.lattar...@gmail.com> tests: convert another test to TAP diff --git a/tests/test-log.test b/tests/test-log.test index c83e20f..144c866 100755 --- a/tests/test-log.test +++ b/tests/test-log.test @@ -62,7 +62,6 @@ END cat > fail.test <<END #! /bin/sh -echo 1..1 echo "$pmarker fail $pmarker" echo "# $cmarker fail $cmarker" exit 1 -- 1.7.2.3