]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove redundant line from a test script
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Sep 2011 16:22:43 +0000 (18:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Sep 2011 16:22:43 +0000 (18:22 +0200)
* tests/test-log.test (fail.test): Remove extra `echo' command,
probably due to a past copy&paste blunder.

ChangeLog
tests/test-log.test

index 9c191242ac43456a55a8606312f6e3bb4333793d..9b98bfd64d32cceea8d03d2d78684a81b8848966 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-12  Stefano Lattarini  <stefano.lattarini@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.lattarini@gmail.com>
 
        tests: convert another test to TAP
index c83e20f62ec238ad21ed19fe1b502d5ed20b1e50..144c86690b0f98de207216ae31b2771e53505a1d 100755 (executable)
@@ -62,7 +62,6 @@ END
 
 cat > fail.test <<END
 #! /bin/sh
-echo 1..1
 echo   "$pmarker fail $pmarker"
 echo "# $cmarker fail $cmarker"
 exit 1