X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08error.t;h=1d516fb56aa009138d96c91ffe565705576afc0d;hb=bbe20ee9c92bc9db1960822b7c279a4cad1168aa;hp=f1170145a96a7c2f384b1579063f3b2c9e6549e0;hpb=b81054c2c293cb1f0e5cedfcf86efe04de6a92ed;p=catagits%2FHTTP-Request-AsCGI.git diff --git a/t/08error.t b/t/08error.t index f117014..1d516fb 100644 --- a/t/08error.t +++ b/t/08error.t @@ -32,7 +32,7 @@ ok( length($response->content) > 0, 'Response Content' ); my $c = HTTP::Request::AsCGI->new($r); $c->setup; - + print "Content-Type: text/plain\n"; print "Status: 500 Borked\n"; print "\n";