Subject: | Failed test '--verbose -s $url/foo/..' |
On CentOS7 and Debian/wheezy the following test failure happens:
...
# Curl version 7.26.0
# Failed test '--verbose -s $url/foo/..'
# at t/curl-identity.t line 174.
# got: '//'
# expected: '//foo/..'
# --verbose -s $url/foo/..
# Failed test 'planned to run 34 but done_testing() expects 32'
# at t/curl-identity.t line 208.
# Looks like you planned 34 tests but ran 33.
# Looks like you failed 2 tests of 33 run.
t/curl-identity.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/34 subtests
(1 TODO test unexpectedly succeeded)
...
This was the log from a Debian/wheezy system. CentOS7 has Curl version 7.29.0 installed.