mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
Added variable substitution to the <verify><file> section.
Made a few more tests work remotely.
This commit is contained in:
parent
785a4899f5
commit
4686adb433
7 changed files with 132 additions and 86 deletions
|
|
@ -112,6 +112,7 @@ do {
|
|||
}
|
||||
elsif($ARGV[0] eq "--addr") {
|
||||
$listenaddr = $ARGV[1];
|
||||
$listenaddr =~ s/^\[(.*)\]$/\1/;
|
||||
shift @ARGV;
|
||||
}
|
||||
} while(shift @ARGV);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue