runtests: Allow for spaces in server-verify curl custom path

This commit is contained in:
Jay Satiro 2015-08-22 21:19:34 -04:00
parent 613e5022fe
commit 22cb631198
1 changed files with 1 additions and 1 deletions

View File

@ -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") {