mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
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
|
||||
# since it can't verify the servers!
|
||||
|
||||
$VCURL=$ARGV[1];
|
||||
$VCURL="\"$ARGV[1]\"";
|
||||
shift @ARGV;
|
||||
}
|
||||
elsif ($ARGV[0] eq "-d") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user