diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t index d3ea4a86..4d84cd2b 100755 --- a/tests/mod-fastcgi.t +++ b/tests/mod-fastcgi.t @@ -114,6 +114,13 @@ EOF $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200 } ]; ok($tf->handle_http($t) == 0, 'PATHINFO'); + $t->{REQUEST} = ( <{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 404 } ]; + ok($tf->handle_http($t) == 0, 'No source retrieval'); + $t->{REQUEST} = ( <