mirror of
https://github.com/curl/curl.git
synced 2026-07-30 20:18:08 +03:00
runtests: Allow for spaces in server-verify curl custom path
This commit is contained in:
parent
613e5022fe
commit
22cb631198
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue