]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-unix.t
daemon: unlink .oldbin PID file correctly
[public-inbox.git] / t / httpd-unix.t
index 02f5e4a9a7077515f40f6bd7558a0aaca06bf99f..a0fe1e31c97541c37b3ded69e0de68b4d8db9399 100644 (file)
@@ -163,6 +163,7 @@ SKIP: {
        # drop the old parent
        kill('QUIT', $old_pid) or die "QUIT failed: $!";
        delay_until(sub { !kill(0, $old_pid) });
+       ok(!-f "$pid_file.oldbin", '.oldbin PID file gone');
 
        # drop the new child
        check_sock($unix);