okay,.. I think this is ready for release
[gitmo/MooseX-Daemonize.git] / t / 02.stdout.t
index f76a392..4d596c1 100644 (file)
@@ -14,7 +14,8 @@ my $Test = Test::Builder->new;
 
     after start => sub {
         my ($self) = @_;
-        $self->output_ok();
+        $self->output_ok() 
+            if $self->is_daemon;
     };
 
     sub output_ok {