summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-11-13 15:51:34 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2001-11-14 01:07:06 +0000
commit05f4e11e4fb0a62bd31b9b2bd08526fa0aba7e62 (patch)
tree9932c597d54f4395eacf908e079e9f9563824036 /vms
parent689c5c24fe39a249807e60d4f0bb63f4fcd80b10 (diff)
downloadperl-05f4e11e4fb0a62bd31b9b2bd08526fa0aba7e62.tar.gz
VMS fix
Message-Id: <20011113205134.F32567@blackrider> p4raw-id: //depot/perl@12986
Diffstat (limited to 'vms')
-rw-r--r--vms/test.com4
1 files changed, 1 insertions, 3 deletions
diff --git a/vms/test.com b/vms/test.com
index ac63c22c17..786418cfd7 100644
--- a/vms/test.com
+++ b/vms/test.com
@@ -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);
+@exclist=(@compexcl,@libexcl,@opexcl);
foreach $file (@exclist) { $skip{$file}++; }
$| = 1;