tests: remove spurious shell variable braces.

* tests/testsuite.at: Allow the shell braces syntax check to pass
again.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
Gary V. Vaughan 2012-10-21 23:25:45 +07:00
parent e7ab807440
commit 67759e9fb7

View File

@ -128,7 +128,7 @@ AT_DATA([acinclude.m4],
[[m4_ifndef([AC_CONFIG_MACRO_DIRS],
[m4_define([AC_CONFIG_MACRO_DIRS], m4_defn([AC_CONFIG_MACRO_DIR]))])
]])
LT_AT_CHECK([$ACLOCAL $1${macro_dir}], [0], [ignore], [ignore])
LT_AT_CHECK([$ACLOCAL $1$macro_dir], [0], [ignore], [ignore])
AT_XFAIL_IF([test no = "$ACLOCAL"])
AT_KEYWORDS([automake])
])