tests/helpers-testrepo.sh
changeset 37475 152f1b47e0ad
parent 37342 4e6a6d0dccee
child 51914 813226b3b4ca
child 51954 16574ca8b155
--- a/tests/helpers-testrepo.sh	Sun Apr 08 11:23:55 2018 +0900
+++ b/tests/helpers-testrepo.sh	Sun Apr 08 12:30:59 2018 +0900
@@ -10,7 +10,7 @@
 # system mercurial installation, and may require extensions or settings from
 # the system installation.
 
-if [ -n $HGTESTEXTRAEXTENSIONS ]; then
+if [ -n "$HGTESTEXTRAEXTENSIONS" ]; then
     for extension in $HGTESTEXTRAEXTENSIONS; do
         extraoptions="$extraoptions --config extensions.$extension=!"
     done