mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
483 B
Plaintext
16 lines
483 B
Plaintext
$NetBSD: patch-aa,v 1.3 2016/01/31 05:49:47 mef Exp $
|
|
|
|
Without this, make test hungs
|
|
|
|
--- t/03-packet.t.orig 2016-01-31 14:48:58.000000000 +0900
|
|
+++ t/03-packet.t 2016-01-31 14:49:25.000000000 +0900
|
|
@@ -99,7 +99,7 @@ $ssh->{session}{sock} = $fh;
|
|
# (which dups some handles), we're likely to have as many as 8
|
|
# real handles open, if not more
|
|
# However, too high and we run into problems with the shell
|
|
- sub FILENO { 24 }
|
|
+ sub FILENO { 18 }
|
|
|
|
sub READ
|
|
{
|