On Monday 12 September 2011, Dave Hart wrote:
> On Sat, Sep 10, 2011 at 17:19, Stefano Lattarini
> <stefano.lattar...@gmail.com> wrote:
> > +    # sometimes contain TAP lines that would confuse `prove'.  This
> > +    # This has already happened in practice, especially for the tests
> > +    # checking TAP support in automake-generated test harnesses.
> 
> A very small correction:  The comment duplicates the word 'This'
> around line break.
> 
> Cheers,
> Dave Hart
> 
Thanks for spotting it!

Attached is what I've pushed to fix the glitch.

Regards,
  Stefano
From 222c1eedcad11e54037f01b4f9fa54b51389e22d Mon Sep 17 00:00:00 2001
Message-Id: <222c1eedcad11e54037f01b4f9fa54b51389e22d.1315814598.git.stefano.lattar...@gmail.com>
From: Stefano Lattarini <stefano.lattar...@gmail.com>
Date: Mon, 12 Sep 2011 10:01:26 +0200
Subject: [PATCH] cosmetics: fix typo in 'prove-runner' script

* tests/prove-runner: Remove erroneously-repeated word.
* THANKS: Update.

Reported by Dave Hart.
---
 ChangeLog          |    7 +++++++
 THANKS             |    1 +
 tests/prove-runner |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dbd588f..fb3f5d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-12  Stefano Lattarini  <stefano.lattar...@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.lattar...@gmail.com>
 
 	prove: avoid weird signal-related bug
diff --git a/THANKS b/THANKS
index dd04090..a3d29f1 100644
--- a/THANKS
+++ b/THANKS
@@ -70,6 +70,7 @@ Daniel Kahn Gillmor	d...@fifthhorseman.net
 Daniel Richard G.	sk...@iskunk.org
 Debarshi Ray		ri...@gnu.org
 Dave Brolley		brol...@redhat.com
+Dave Hart		daveh...@gmail.com
 Dave Korn		dave.korn.cyg...@googlemail.com
 Dave Morrison		d...@bnl.gov
 David A. Swierczek	swier...@mr.med.ge.com
diff --git a/tests/prove-runner b/tests/prove-runner
index 41c4c52..e687c0a 100755
--- a/tests/prove-runner
+++ b/tests/prove-runner
@@ -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"; }
-- 
1.7.2.3

Reply via email to