summaryrefslogtreecommitdiff
path: root/tests/dlloader-api.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dlloader-api.at')
-rw-r--r--tests/dlloader-api.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dlloader-api.at b/tests/dlloader-api.at
index 3215c3b6..c277e088 100644
--- a/tests/dlloader-api.at
+++ b/tests/dlloader-api.at
@@ -415,7 +415,7 @@ last_exit: last_ctx
# 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="$LTDLINCL $CPPFLAGS"