summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-08-22 21:19:34 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-08-22 21:19:34 -0400
commit22cb63119889f57019449c9412f69a1e07ada696 (patch)
tree94b285c867bbe0a0396c20c87eddf5eef888a556 /tests/runtests.pl
parent613e5022fe24cb23922c5f32ef3c33c5fb36d115 (diff)
downloadcurl-22cb63119889f57019449c9412f69a1e07ada696.tar.gz
runtests: Allow for spaces in server-verify curl custom path
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 3ff318719..377d733c7 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -4744,7 +4744,7 @@ while(@ARGV) {
# the development version as then it won't be able to run any tests
# since it can't verify the servers!
- $VCURL=$ARGV[1];
+ $VCURL="\"$ARGV[1]\"";
shift @ARGV;
}
elsif ($ARGV[0] eq "-d") {