diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2001-01-24 06:37:02 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2001-01-24 06:37:02 +0000 |
commit | 847a5fae45dac396d0f9e1bb61d5b4ff9d94cdcd (patch) | |
tree | 5b89f040be30cccd4f88f55f17bc5f00081dac76 /vms | |
parent | 0e06870bf080a38cda51c06c6612359afc2334e1 (diff) | |
download | perl-847a5fae45dac396d0f9e1bb61d5b4ff9d94cdcd.tar.gz |
SYN SYN
p4raw-id: //depot/vmsperl@8535
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test.com | 2 |
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}++; } |