]> granicus.if.org Git - curl/commitdiff
runtests: Allow for spaces in server-verify curl custom path
authorJay Satiro <raysatiro@yahoo.com>
Sun, 23 Aug 2015 01:19:34 +0000 (21:19 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 23 Aug 2015 01:19:34 +0000 (21:19 -0400)
tests/runtests.pl

index 3ff3187191276c83bec5b117db4e95a570e8a3de..377d733c719e3aa63cf6fadd0dc2a0277bdfcca7 100755 (executable)
@@ -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") {