]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/autotest.at (Debugging a failed test): Fix comment.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 12 Apr 2006 18:55:49 +0000 (18:55 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 12 Apr 2006 18:55:49 +0000 (18:55 +0000)
ChangeLog
tests/autotest.at

index e39c42df0ed426387d1c74057324c7be31cb306a..0978dc239b5bb70302364b8f4a94cd63f762c435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-12  Eric Blake  <ebb9@byu.net>
+
+       * tests/autotest.at (Debugging a failed test): Fix comment.
+
 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
index ca309b11b531c0108fa49312908be0ddec315a77..125f2d2c8bd900f89c3db5b7e1c0595948d7c50c 100644 (file)
@@ -291,7 +291,7 @@ AT_CHECK([(cd micro-suite.dir/1; ./run)],
          [0], [ignore], [ignore])
 ])
 
-# The run script is currently invalid when shell metacharacters are passed
+# The run script must still be valid when shell metacharacters are passed
 # in via an environment option.
 AT_CHECK_AT_TEST([Debugging a failed test],
   [AT_CHECK([test "$MY_VAR" = "one space" || exit 42])],