]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tap/awk: remove obsolete "FIXME" comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 24 Aug 2011 07:54:22 +0000 (09:54 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 24 Aug 2011 09:29:07 +0000 (11:29 +0200)
* lib/tap-driver.sh: Remove obsolete "FIXME" comment about our
driver losing the exit status of the tested program; this issue
has been solved in precedent commit `v1.11-1052-gd630a0d'.  Fix
an unrelated typo in comments since we are at it.

ChangeLog
lib/tap-driver.sh

index 7a161ac48141d5523c6b96fb2b9df45a4be20294..2e8088a19524bd08fb7a37b6eacce145eb9fdf67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-08-24  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tap/awk: remove obsolete "FIXME" comment
+       * lib/tap-driver.sh: Remove obsolete "FIXME" comment about our
+       driver losing the exit status of the tested program; this issue
+       has been solved in precedent commit `v1.11-1052-gd630a0d'.  Fix
+       an unrelated typo in comments since we are at it.
+
 2011-08-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        testsuite: avoid spurious failure on Solaris
index 12556625925c7a6a812d95a01801ea9d171dc5ed..bec914f99c8765716e9ffd7628870ccee127b0b7 100755 (executable)
@@ -23,7 +23,7 @@
 # bugs to <bug-automake@gnu.org> or send patches to
 # <automake-patches@gnu.org>.
 
-scriptversion=2011-08-21.21; # UTC
+scriptversion=2011-08-24.08; # UTC
 
 # Make unconditional expansion of undefined variables an error.  This
 # helps a lot in preventing typo-related bugs.
@@ -116,11 +116,6 @@ else
 fi
 
 {
-  # FIXME: this usage loses the test program exit status.  We should
-  # probably rewrite the awk script to use the
-  #   expression | getline [var]
-  # idiom, which should allow us to obtain the final exit status from
-  # <expression> when closing it.
   { test $merge -eq 0 || exec 2>&1; "$@"; echo $?; } \
     | LC_ALL=C ${AM_TAP_AWK-awk} \
         -v me="$me" \
@@ -133,7 +128,7 @@ fi
         -v comments="$comments" \
         -v diag_string="$diag_string" \
 '
-# FIXME: the usages of "cat >&3" below could be optimized whne using
+# FIXME: the usages of "cat >&3" below could be optimized when using
 # FIXME: GNU awk, and/on on systems that supports /dev/fd/.
 
 # Implementation note: in what follows, `result_obj` will be an