From: Gary V. Vaughan Date: Sun, 21 Oct 2012 16:25:45 +0000 (+0700) Subject: tests: remove spurious shell variable braces. X-Git-Tag: v2.4.2.418~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67759e9fb7858a4717825322324dfafd99248194;p=thirdparty%2Flibtool.git tests: remove spurious shell variable braces. * tests/testsuite.at: Allow the shell braces syntax check to pass again. Signed-off-by: Gary V. Vaughan --- diff --git a/tests/testsuite.at b/tests/testsuite.at index 7279cc112..095c27867 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -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]) ])