More core test cleanups. Mainly fixes to remove code that caused
[p5sagit/p5-mst-13.2.git] / t / io / read.t
index 63ffee1..6d590ff 100755 (executable)
@@ -35,6 +35,7 @@ SKIP: {
     skip "no EBADF", 1 if (!exists &Errno::EBADF);
 
     $! = 0;
+    no warnings 'unopened';
     read(B,$b,1);
     ok($! == &Errno::EBADF);
 }