* tests/prove-runner: Remove erroneously-repeated word.
* THANKS: Update.
Reported by Dave Hart.
+2011-09-12 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ cosmetics: fix typo in 'prove-runner' script
+ * tests/prove-runner: Remove erroneously-repeated word.
+ * THANKS: Update.
+ Reported by Dave Hart.
+
2011-09-10 Stefano Lattarini <stefano.lattarini@gmail.com>
prove: avoid weird signal-related bug
Daniel Richard G. skunk@iskunk.org
Debarshi Ray rishi@gnu.org
Dave Brolley brolley@redhat.com
+Dave Hart davehart@gmail.com
Dave Korn dave.korn.cygwin@googlemail.com
Dave Morrison dave@bnl.gov
David A. Swierczek swiercze@mr.med.ge.com
echo 1..1
# Protect the output contents of the test script, since it might
# sometimes contain TAP lines that would confuse `prove'. This
- # This has already happened in practice, especially for the tests
+ # has already happened in practice, especially for the tests
# checking TAP support in automake-generated test harnesses.
(${TEST_RUNNER-} "$tst" ${1+"$@"}; echo exit status: $?) 2>&1 | awk '
BEGIN { lastine = "exit status: 255"; }