summaryrefslogtreecommitdiff
path: root/tests/tools.at
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-11-20 17:23:52 -0700
committerEric Blake <ebb9@byu.net>2008-11-20 18:27:35 -0700
commit79042ea34671407b95a40feb4ba0963f5aad9ff7 (patch)
tree47ffacaa8418cf2885c5d362c7f297bcfb4ed15d /tests/tools.at
parent2d63737afbd39d9029ab8c4448ec31afe80784ee (diff)
downloadautoconf-79042ea34671407b95a40feb4ba0963f5aad9ff7.tar.gz
Fix XFAIL related to AT_CHECK.
* lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand first argument once. (_AT_CHECK): Don't re-expand commands. * tests/autotest.at (Multiline command from M4 expansion): Remove XFAIL. * tests/tools.at (autoupdating AU_ALIAS): Quote unbalanced paren. * NEWS: Document the fallout. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'tests/tools.at')
-rw-r--r--tests/tools.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools.at b/tests/tools.at
index 5cd64cf4..3fa0fdb8 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -786,7 +786,7 @@ AC_OUTPUT
AT_CHECK_AUTOUPDATE
AT_CHECK_AUTOCONF
AT_CHECK_CONFIGURE
-AT_CHECK([grep 'AC_HEADER_STDC(' configure.ac], 1, [ignore], [ignore])
+AT_CHECK([grep 'AC_HEADER_STDC[(]' configure.ac], 1, [ignore], [ignore])
AT_CHECK([grep 'AC_HEADER_STDC' configure.ac], 0, [ignore], [ignore])
AT_CLEANUP