NetWare scripts tweak from Ananth Kesari.
Jarkko Hietaniemi [Fri, 22 Jun 2001 13:35:37 +0000 (13:35 +0000)]
p4raw-id: //depot/perl@10826

NetWare/t/NWScripts.pl

index dc43dde..bd1ab91 100644 (file)
@@ -11,7 +11,7 @@ $DirName = "t";
 
 # These scripts have problems (either abend or hang) as of now (11 May 2001).
 # So, they are commented out in the corresponding auto scripts, io.pl and lib.pl
-@ScriptsNotUsed = ("t/io/argv.t", "t/io/openpid.t", "t/lib/filehandle.t");
+@ScriptsNotUsed = ("t/io/argv.t", "t/io/openpid.t", "t/lib/filehandle.t", "t/lib/warnings.t");\r
 
 opendir(DIR, $DirName);
 @Dirs = readdir(DIR);