about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/check-www-inbox.perl1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/check-www-inbox.perl b/t/check-www-inbox.perl
index db292c50..40209957 100644
--- a/t/check-www-inbox.perl
+++ b/t/check-www-inbox.perl
@@ -48,7 +48,6 @@ my $atom_check = eval {
                         2 => fileno($err_fh),
                 };
                 my $pid = spawn($cmd, undef, $rdr);
-                defined $pid or die "spawn failure: $!";
                 while (waitpid($pid, 0) != $pid) {
                         next if $!{EINTR};
                         warn "waitpid(xmlstarlet, $pid) $!";