X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2Fcgi_maypole.t;h=977201a638d2137b9f5bd2cdfd6bd9cb706b07f8;hb=b1d78352f8dc3f27b8ddda28d638ba3e80d2abf5;hp=d8a5ccf7b0a219c1d222f7f63f8178f7a774fac0;hpb=c507effb17979d428b860716fcf126c26c0efb3c;p=maypole.git diff --git a/t/cgi_maypole.t b/t/cgi_maypole.t index d8a5ccf..977201a 100644 --- a/t/cgi_maypole.t +++ b/t/cgi_maypole.t @@ -86,7 +86,7 @@ is_deeply($r->params, $r->query, '... query and params are identical'); can_ok($r => 'send_output'); SKIP: { eval "require IO::CaptureOutput"; - skip "IO::CaptureOutput not installed", 3 if $@; + skip "IO::CaptureOutput not installed", 2 if $@; $r->content_type('text/plain'); $r->document_encoding('iso8859-1'); $r->output('Hello World!');