From: Ralf Wildenhues Date: Wed, 12 Apr 2006 18:55:49 +0000 (+0000) Subject: * tests/autotest.at (Debugging a failed test): Fix comment. X-Git-Tag: AUTOCONF-2.59c~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd457f3fbc7e9378a40afb8151ada70ae709ff29;p=thirdparty%2Fautoconf.git * tests/autotest.at (Debugging a failed test): Fix comment. --- diff --git a/ChangeLog b/ChangeLog index e39c42df0..0978dc239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-12 Eric Blake + + * tests/autotest.at (Debugging a failed test): Fix comment. + 2006-04-12 Stepan Kasal * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of diff --git a/tests/autotest.at b/tests/autotest.at index ca309b11b..125f2d2c8 100644 --- a/tests/autotest.at +++ b/tests/autotest.at @@ -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])],