summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-21 23:25:45 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-22 00:01:13 +0700
commit67759e9fb7858a4717825322324dfafd99248194 (patch)
tree2bec701363f8d4305769a7f74c3035b5d3852012 /tests
parente7ab807440ae207895855e7fd8cbb6532e6f451f (diff)
downloadlibtool-67759e9fb7858a4717825322324dfafd99248194.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 7279cc11..095c2786 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])
])