blob: b54ddf9fb769d399714a2c1016028e29234e9588 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $
XXX YMMV
--- t/03-packet.t.orig 2003-12-20 04:40:21.000000000 +0000
+++ t/03-packet.t
@@ -99,7 +99,7 @@ $ssh->{session}{sock} = $fh;
# with real handles that might be open. With Test::More in use
# (which dups some handles), we're likely to have as many as 8
# real handles open, if note more
- sub FILENO { 255 }
+ sub FILENO { 16 }
sub READ
{
|