]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: fix typo in 'prove-runner' script
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Sep 2011 08:01:26 +0000 (10:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Sep 2011 08:01:26 +0000 (10:01 +0200)
* tests/prove-runner: Remove erroneously-repeated word.
* THANKS: Update.

Reported by Dave Hart.

ChangeLog
THANKS
tests/prove-runner

index dbd588feeee0a2ef28239fed8d8066947f533afb..fb3f5d8883fba2bb7ba1e09ece729ed8538d23cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
diff --git a/THANKS b/THANKS
index dd04090e225289e5cc5e1d2dcfc2ad5daf8ca207..a3d29f1dc9d01c3b44e72b5c6747d4a22122ba8f 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -70,6 +70,7 @@ Daniel Kahn Gillmor   dkg@fifthhorseman.net
 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
index 41c4c52fc5a85169e263fca46c9f5afabeed8238..e687c0a567a01f3fc6284ddf6b715aec4ebaafae 100755 (executable)
@@ -15,7 +15,7 @@ case $tst in
     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"; }