summaryrefslogtreecommitdiff
path: root/t/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 't/local.mk')
-rw-r--r--t/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/local.mk b/t/local.mk
index b22f1ade9..31d43e868 100644
--- a/t/local.mk
+++ b/t/local.mk
@@ -51,7 +51,7 @@ AM_TESTS_ENVIRONMENT = \
am_test_lib_sourced \
test_lib_sourced \
; do \
- eval test x"\$${$$v}" = x || unset $$v; \
+ eval test x\"\$${$$v}\" = x || unset $$v; \
done;
# We want warning messages and explanations for skipped tests to go to
# the console if possible, so set up 'stderr_fileno_' properly.