diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-13 15:59:13 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-14 01:09:28 +0000 |
commit | 7dcd9362704353468f512d172eeb1710ab1b911e (patch) | |
tree | 3ce1ae66df304995629a57967047ea95e9fdec43 /vms/test.com | |
parent | 8964fc7f03cde0281bf555e686081b8b57b48269 (diff) | |
download | perl-7dcd9362704353468f512d172eeb1710ab1b911e.tar.gz |
Simple little VMS fix
Message-Id: <20011113205913.H32567@blackrider>
p4raw-id: //depot/perl@12987
Diffstat (limited to 'vms/test.com')
-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 786418cfd7..a7064a9bd3 100644 --- a/vms/test.com +++ b/vms/test.com @@ -115,7 +115,7 @@ use Config; use File::Spec; @compexcl=('cpp.t'); -@opexcl=('die_exit.t','exec.t','groups.t','magic.t','stat.t'); +@opexcl=('die_exit.t','exec.t','magic.t','stat.t'); @exclist=(@compexcl,@libexcl,@opexcl); foreach $file (@exclist) { $skip{$file}++; } |