summaryrefslogtreecommitdiff
path: root/tests/lalib-syntax.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lalib-syntax.at')
-rw-r--r--tests/lalib-syntax.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lalib-syntax.at b/tests/lalib-syntax.at
index 2eea98f1..eca9ba57 100644
--- a/tests/lalib-syntax.at
+++ b/tests/lalib-syntax.at
@@ -73,7 +73,7 @@ AT_DATA([module.c],
# Skip this test when called from:
# make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install
AT_CHECK([case $LIBLTDL in #(
- */_inst/lib/*) test -f $LIBLTDL || (exit 77) ;;
+ */_inst/lib/*) test -f "$LIBLTDL" || (exit 77) ;;
esac], [], [ignore])
CPPFLAGS="$CPPFLAGS $LTDLINCL"