X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20.core.t;fp=t%2F20.core.t;h=ce4daff0460436518e24f385686d08657a0b416e;hb=45b2dbae89e36c43903a81c0fb16555f06a41e9a;hp=36d25ce51fc07b139c4673e5303f9b6753ef62f0;hpb=5fd0553ec25dc6cc094535e75b676895dc244591;p=gitmo%2FMooseX-Daemonize.git diff --git a/t/20.core.t b/t/20.core.t index 36d25ce..ce4daff 100644 --- a/t/20.core.t +++ b/t/20.core.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More; use Test::Fatal; use Test::Moose; use File::Temp qw(tempdir); @@ -99,4 +99,5 @@ ok(!$p->is_running, '... the daemon process is no longer running (' . $p->pid . unlink $ENV{MX_DAEMON_STDOUT}; unlink $ENV{MX_DAEMON_STDERR}; +done_testing;