mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:33:33 +03:00
CI: fix OpenBSD tests stall
impacket could not be used as it neeeds package six - openbsd does not find python3, add package six - http2-server.pl: only warn about unknown parameter if not empty string Closes #17532
This commit is contained in:
parent
34d694f89c
commit
68c02e6ab7
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ while(@ARGV) {
|
|||
shift @ARGV;
|
||||
}
|
||||
}
|
||||
else {
|
||||
elsif($ARGV[0]) {
|
||||
print STDERR "\nWarning: http2-server.pl unknown parameter: $ARGV[0]\n";
|
||||
}
|
||||
shift @ARGV;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue