runtests: Allow for spaces in server-verify curl custom path
This commit is contained in:
parent
613e5022fe
commit
22cb631198
@ -4744,7 +4744,7 @@ while(@ARGV) {
|
|||||||
# the development version as then it won't be able to run any tests
|
# the development version as then it won't be able to run any tests
|
||||||
# since it can't verify the servers!
|
# since it can't verify the servers!
|
||||||
|
|
||||||
$VCURL=$ARGV[1];
|
$VCURL="\"$ARGV[1]\"";
|
||||||
shift @ARGV;
|
shift @ARGV;
|
||||||
}
|
}
|
||||||
elsif ($ARGV[0] eq "-d") {
|
elsif ($ARGV[0] eq "-d") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user