X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F21.core-back-compat.t;h=e5885a6aad0614deba52c6f7129355d06ca3265f;hb=45b2dbae89e36c43903a81c0fb16555f06a41e9a;hp=f252fa7f90da452202d15e308b3a31710382995a;hpb=5fd0553ec25dc6cc094535e75b676895dc244591;p=gitmo%2FMooseX-Daemonize.git diff --git a/t/21.core-back-compat.t b/t/21.core-back-compat.t index f252fa7..e5885a6 100644 --- a/t/21.core-back-compat.t +++ b/t/21.core-back-compat.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); @@ -100,4 +100,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;