0.05 now passes on my linux smokers, but still fails on the freebsd ones. Looking at the truss log while running t/cgi-test-auth-fail.t it seems that there's a race condition:
So the header gets written after the body. In fact, if log in t/cgi/cgitest.pl is set to /dev/stderr instead of /dev/stdout, then the test passes (although now the debugging output is visible in the test suite).
The text was updated successfully, but these errors were encountered:
0.05 now passes on my linux smokers, but still fails on the freebsd ones. Looking at the truss log while running t/cgi-test-auth-fail.t it seems that there's a race condition:
So the header gets written after the body. In fact, if log in t/cgi/cgitest.pl is set to
/dev/stderr
instead of/dev/stdout
, then the test passes (although now the debugging output is visible in the test suite).The text was updated successfully, but these errors were encountered: