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 | 8e3eacadd3d91fbab5a4bb41b7d817f9d42bbb5a (patch) | |
tree | 3ce1ae66df304995629a57967047ea95e9fdec43 /vms/test.com | |
parent | 05f4e11e4fb0a62bd31b9b2bd08526fa0aba7e62 (diff) | |
download | perl-8e3eacadd3d91fbab5a4bb41b7d817f9d42bbb5a.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}++; } |