Closed p5pRT closed 21 years ago
1 test fails on sfio2000
./perl t/op/misc.t 1..65
ok 47 PROG: -l
# fdopen from a system descriptor to a system descriptor used to close # the former. open STDERR\, '>&=STDOUT' or die $!; select STDOUT; $| = 1; print fileno STDOUT; select STDERR; $| = 1; print fileno STDERR; EXPECTED: 1 2 GOT: 2 1 not ok 48
This is known\, isn't it?
Nicholas Clark
Migrated from rt.perl.org#3856 (status was 'resolved')
Searchable as RT3856$