* tests/test-log.test (fail.test): Remove extra `echo' command,
probably due to a past copy&paste blunder.
+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
cat > fail.test <<END
#! /bin/sh
-echo 1..1
echo "$pmarker fail $pmarker"
echo "# $cmarker fail $cmarker"
exit 1