X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhttpd-unix.t;fp=t%2Fhttpd-unix.t;h=414ca0c8b979c5c9b5b12d084f71e508bef5e48a;hb=c88a8c39c987c16e71ae69536ba40d7a30dabd7f;hp=c45ff1633f0f68ef148985b330342772d94752d2;hpb=c4b882036d272cc276cbf3a0d108244893c3c8af;p=public-inbox.git diff --git a/t/httpd-unix.t b/t/httpd-unix.t index c45ff163..414ca0c8 100644 --- a/t/httpd-unix.t +++ b/t/httpd-unix.t @@ -136,6 +136,7 @@ SKIP: { my $pid = $read_pid->($pid_file); is(kill('TERM', $pid), 1, "signaled daemonized $w process"); vec(my $rvec = '', fileno($p0), 1) = 1; + delete $td->{-extra}; # drop tail(1) process is(select($rvec, undef, undef, 1), 1, 'timeout for pipe HUP'); is(my $undef = <$p0>, undef, 'process closed pipe writer at exit'); ok(!-e $pid_file, "$w pid file unlinked at exit");