Subject: | t/curl-identity-options.t fails |
On some systems (snipped boring (hopefully) output):
...
# Testing with curl version '7.68.0'
# $VAR1 = [
# "--verbose",
# "-g",
# "-s",
# "\$url",
# "--max-time",
# 5
# ];
# $VAR1 = [
# "--verbose",
# "--user-agent",
# "curl/7.68.0",
# "http://[::1]:44507/"
# ];
# $VAR1 = {
# "path" => undef,
# "headers" => {
# "Accept" => "*/*",
# "User-Agent" => "curl/7.68.0"
# },
# "protocol" => undef,
# "response_body" => "<html ...</html>\n",
# "method" => undef,
# "error" => "Couldn't find a method in curl output '> Host: [::1]:44507'. STDERR is \n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to ::1 (::1) port 44507 (#0)\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0> GET / HTTP/1.1\r\n> Host: [::1]:44507\r\n> User-Agent: curl/7.68.0\r\n> Accept: */*\r\n> \r\n"
# };
# Failed test '--verbose -g -s $url --max-time 5 (reconstructed): Curl error (7.68.0): '''
# at t/TestCurlIdentity.pm line 340.
# Looks like you failed 1 test of 56.
t/curl-identity-options.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/56 subtests
...