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:
Stefan Eissing 2025-06-04 14:32:12 +02:00 committed by Daniel Stenberg
parent 34d694f89c
commit 68c02e6ab7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -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;