summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCharles Lane <lane@DUPHY4.Physics.Drexel.Edu>2001-01-09 02:53:55 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-09 15:21:38 +0000
commited6b3797850720f78128f390c7ef98bfdebafac0 (patch)
tree1e447d864d0fe2f1c8a739ecb57669142af26089 /vms
parent381d18bc28cdc85893deda4f9cdd3088b5465500 (diff)
downloadperl-ed6b3797850720f78128f390c7ef98bfdebafac0.tar.gz
make t/op/misc.t work on VMS
Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8380
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 d91534005b..8b93f5b28d 100644
--- a/vms/test.com
+++ b/vms/test.com
@@ -126,7 +126,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}++; }