From: Jarkko Hietaniemi Date: Fri, 22 Jun 2001 13:35:37 +0000 (+0000) Subject: NetWare scripts tweak from Ananth Kesari. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b8395f0a48909184dd92665527ed55efc765aa6;p=p5sagit%2Fp5-mst-13.2.git NetWare scripts tweak from Ananth Kesari. p4raw-id: //depot/perl@10826 --- diff --git a/NetWare/t/NWScripts.pl b/NetWare/t/NWScripts.pl index dc43dde..bd1ab91 100644 --- a/NetWare/t/NWScripts.pl +++ b/NetWare/t/NWScripts.pl @@ -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"); opendir(DIR, $DirName); @Dirs = readdir(DIR);