##// END OF EJS Templates
tests: quote variable passed to shell test command
Yuya Nishihara -
r37493:152f1b47 default
parent child Browse files
Show More
@@ -10,7 +10,7 b''
10 # system mercurial installation, and may require extensions or settings from
10 # system mercurial installation, and may require extensions or settings from
11 # the system installation.
11 # the system installation.
12
12
13 if [ -n $HGTESTEXTRAEXTENSIONS ]; then
13 if [ -n "$HGTESTEXTRAEXTENSIONS" ]; then
14 for extension in $HGTESTEXTRAEXTENSIONS; do
14 for extension in $HGTESTEXTRAEXTENSIONS; do
15 extraoptions="$extraoptions --config extensions.$extension=!"
15 extraoptions="$extraoptions --config extensions.$extension=!"
16 done
16 done
General Comments 0
You need to be logged in to leave comments. Login now