summaryrefslogtreecommitdiffstats
path: root/regress/connect-privsep.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--regress/connect-privsep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/connect-privsep.sh b/regress/connect-privsep.sh
index b6abb65e3..76137b060 100644
--- a/regress/connect-privsep.sh
+++ b/regress/connect-privsep.sh
@@ -22,7 +22,7 @@ fi
# Because sandbox is sensitive to changes in libc, especially malloc, retest
# with every malloc.conf option (and none).
-if [ -z "TEST_MALLOC_OPTIONS" ]; then
+if [ -z "$TEST_MALLOC_OPTIONS" ]; then
mopts="C F G J R S U X < >"
else
mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'`