summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2001-01-24 06:37:02 +0000
committerbailey <bailey@newman.upenn.edu>2001-01-24 06:37:02 +0000
commit847a5fae45dac396d0f9e1bb61d5b4ff9d94cdcd (patch)
tree5b89f040be30cccd4f88f55f17bc5f00081dac76 /vms
parent0e06870bf080a38cda51c06c6612359afc2334e1 (diff)
downloadperl-847a5fae45dac396d0f9e1bb61d5b4ff9d94cdcd.tar.gz
SYN SYN
p4raw-id: //depot/vmsperl@8535
Diffstat (limited to 'vms')
-rw-r--r--vms/test.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com
index a0569a6bde..302dbf5d9a 100644
--- a/vms/test.com
+++ b/vms/test.com
@@ -128,7 +128,7 @@ use Config;
# insists on stat()ing a file descriptor before it'll use it.
push(@libexcl,'io_xs.t') if $Config{'vms_cc_type'} ne 'decc';
-@opexcl=('die_exit.t','exec.t','fork.t','glob.t','groups.t','magic.t','misc.t','stat.t');
+@opexcl=('die_exit.t','exec.t','fork.t','glob.t','groups.t','magic.t','stat.t');
@exclist=(@compexcl,@ioexcl,@libexcl,@opexcl);
foreach $file (@exclist) { $skip{$file}++; }