Fix quoting of m4 macros in AT_CHECK.
commit3bec0c1d32f56cfec6a9c78ddbed658b03863ae6
authorEric Blake <ebb9@byu.net>
Thu, 23 Apr 2009 04:06:04 +0000 (22 22:06 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 24 Apr 2009 19:15:31 +0000 (24 13:15 -0600)
tree9a99128eb502b7311fe2d99f6e2d2ab68cbc89a0
parent8eb0f6220d92c34016e3efbbf30241a1d89c6517
Fix quoting of m4 macros in AT_CHECK.

* lib/autotest/general.m4 (AT_CHECK): Expand prior to adding
escapes, to avoid shell syntax errors caused by late macro
expansion.
* NEWS: Document this change.
* tests/autotest.at (Metacharacters in command from M4 expansion):
New test.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS
lib/autotest/general.m4
tests/autotest.at