adding some overloading
[gitmo/MooseX-Daemonize.git] / t / 30.with_pid_file.t
index e26d142..2e6f718 100644 (file)
@@ -104,3 +104,5 @@ if (DEBUG) {
 ok(!$p->is_running, '... the daemon process is no longer running (' . $p->pid . ')');
 ok(!(-e $PIDFILE), '... the PID file has been removed');
 
+unlink $ENV{MX_DAEMON_STDOUT};
+unlink $ENV{MX_DAEMON_STDERR};