diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-11-18 08:33:48 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-19 13:50:45 +0000 |
commit | 1d2b156ae906ef7a9a997cd88768c12dec800b98 (patch) | |
tree | 8a51f2c0efc9c8e478e770a67fa3b55eda0c134e /vms/test.com | |
parent | 6aa71d6ea27a640886ba2dcf7250d1be73560df8 (diff) | |
download | perl-1d2b156ae906ef7a9a997cd88768c12dec800b98.tar.gz |
io_poll.t vms/test.com tweaks
Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
p4raw-id: //depot/perl@13091
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 a7064a9bd3..b7e5eea3b8 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','magic.t','stat.t'); +@opexcl=('die_exit.t','exec.t','stat.t'); @exclist=(@compexcl,@libexcl,@opexcl); foreach $file (@exclist) { $skip{$file}++; } |