]> git.decadent.org.uk Git - maypole.git/blobdiff - t/cgi_maypole.t
only skip two tests if captureoutput is missing
[maypole.git] / t / cgi_maypole.t
index d8a5ccf7b0a219c1d222f7f63f8178f7a774fac0..977201a638d2137b9f5bd2cdfd6bd9cb706b07f8 100644 (file)
@@ -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!');