Upgrade to Getopt::Long 2.26_03.
[p5sagit/p5-mst-13.2.git] / vms / test.com
index ac63c22..a7064a9 100644 (file)
@@ -115,10 +115,8 @@ use Config;
 use File::Spec;
 
 @compexcl=('cpp.t');
-@libexcl=('io_sel.t');
-
-@opexcl=('die_exit.t','exec.t','groups.t','magic.t','stat.t');
-@exclist=(@compexcl,@ioexcl,@libexcl,@opexcl);
+@opexcl=('die_exit.t','exec.t','magic.t','stat.t');
+@exclist=(@compexcl,@libexcl,@opexcl);
 foreach $file (@exclist) { $skip{$file}++; }
 
 $| = 1;