summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
Diffstat (limited to 't/io')
-rwxr-xr-xt/io/openpid.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/io/openpid.t b/t/io/openpid.t
index c6ed840225..23d75ef074 100755
--- a/t/io/openpid.t
+++ b/t/io/openpid.t
@@ -23,6 +23,7 @@ plan tests => 10;
use Config;
$| = 1;
$SIG{PIPE} = 'IGNORE';
+$SIG{HUP} = 'IGNORE' if $^O eq 'interix';
my $perl = which_perl();
$perl .= qq[ "-I../lib"];