From 67759e9fb7858a4717825322324dfafd99248194 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 21 Oct 2012 23:25:45 +0700 Subject: [PATCH] tests: remove spurious shell variable braces. * tests/testsuite.at: Allow the shell braces syntax check to pass again. Signed-off-by: Gary V. Vaughan --- tests/testsuite.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) ]) -- 2.47.3