mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-29 20:58:28 +02:00
13 lines
423 B
Diff
13 lines
423 B
Diff
diff --git a/t/test.t b/t/test.t
|
|
index f61a978..382a35e 100644
|
|
--- a/t/test.t
|
|
+++ b/t/test.t
|
|
@@ -183,7 +183,7 @@ diag(
|
|
my $inv = ~$s . "\n";
|
|
$s .= "\n";
|
|
my $sendbuf = $s;
|
|
- $SIG{ALRM} = $SIG{TERM} = $SIG{INT} = sub { die "TIMEOUT(SIG" . shift() . ")"; };
|
|
+ #$SIG{ALRM} = $SIG{TERM} = $SIG{INT} = sub { die "TIMEOUT(SIG" . shift() . ")"; };
|
|
eval {
|
|
alarm(15);
|
|
|