Add a test for study() on tied scalars, by Andy Lester after
[p5sagit/p5-mst-13.2.git] / t / io / pipe.t
index fd35512..d411719 100755 (executable)
@@ -167,6 +167,7 @@ SKIP: {
 # Test new semantics for missing command in piped open
 # 19990114 M-J. Dominus mjd@plover.com
 { local *P;
+  no warnings 'pipe';
   ok( !open(P, "|    "),        'missing command in piped open input' );
   ok( !open(P, "     |"),       '                              output');
 }