s/Nick Clark/Nicholas Clark/
[p5sagit/p5-mst-13.2.git] / t / io / print.t
index 31d559a..2685b0a 100755 (executable)
@@ -48,6 +48,7 @@ if (!exists &Errno::EBADF) {
     print "ok 19 # skipped: no EBADF\n";
 } else {
     $! = 0;
+    no warnings 'unopened';
     print NONEXISTENT "foo";
     print "not " if ($! != &Errno::EBADF);
     print "ok 19\n";