diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2001-07-23 09:58:30 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-24 15:37:48 +0000 |
commit | 6d7381134aa8fec077b679a5dc9d49b6e324e1df (patch) | |
tree | fb068225b725b0ae229e397b057375cbb941552a /vms | |
parent | 8390959c5043ad54aa189786386cb55b9bbcbd29 (diff) | |
download | perl-6d7381134aa8fec077b679a5dc9d49b6e324e1df.tar.gz |
add io/fs.t to vmsperl test suite
Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
p4raw-id: //depot/perl@11465
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 79dd8b4625..7eb957dfd2 100644 --- a/vms/test.com +++ b/vms/test.com @@ -115,7 +115,7 @@ use Config; use File::Spec; @compexcl=('cpp.t'); -@ioexcl=('argv.t','dup.t','fs.t','pipe.t'); +@ioexcl=('argv.t','dup.t','pipe.t'); @libexcl=('db-btree.t','db-hash.t','db-recno.t', 'gdbm.t','io_dup.t', 'io_pipe.t', 'io_poll.t', 'io_sel.t', 'io_sock.t', 'io_unix.t', |