X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02.stdout.t;fp=t%2F02.stdout.t;h=42afda640684e5d53aade4098d03bd3aa92560c8;hb=45b2dbae89e36c43903a81c0fb16555f06a41e9a;hp=d9a23ee583aee9cd361056507f83615a287042d2;hpb=5fd0553ec25dc6cc094535e75b676895dc244591;p=gitmo%2FMooseX-Daemonize.git diff --git a/t/02.stdout.t b/t/02.stdout.t index d9a23ee..42afda6 100644 --- a/t/02.stdout.t +++ b/t/02.stdout.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More; use Test::Builder; use Test::MooseX::Daemonize; use MooseX::Daemonize; @@ -59,4 +59,7 @@ is($warnings, "", "No warnings from stop"); check_test_output($app); unlink( $app->test_output ); + +done_testing; + exit;