summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-07-10 16:08:08 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-07-11 02:19:12 +0000
commit3784f77001345fcd8b6e8157078c3ca6557763f7 (patch)
treeb37831228087bd9acebd3979feca48a32d1d3c9f /MANIFEST
parent2db4f57cd98e06c3602c6cbf326541f4a1500ae9 (diff)
downloadperl-3784f77001345fcd8b6e8157078c3ca6557763f7.tar.gz
move op/ipc{msg,sem}.t into lib/ipc_sysv.t
Message-Id: <199807101008.NAA10817@alpha.hut.fi> Subject: Re: make minitest does not work out of the box - test subset needs pruning p4raw-id: //depot/perl@1418
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 3013bd8c1b..a8e83e1db7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -838,6 +838,7 @@ t/lib/io_taint.t See if the untaint method from IO works
t/lib/io_tell.t See if seek()/tell()-related methods from IO work
t/lib/io_udp.t See if UDP socket-related methods from IO work
t/lib/io_xs.t See if XSUB methods from IO work
+t/lib/ipc_sysv.t See if IPC::SysV works
t/lib/ndbm.t See if NDBM_File works
t/lib/odbm.t See if ODBM_File works
t/lib/opcode.t See if Opcode works
@@ -894,8 +895,6 @@ t/op/hashwarn.t See if warnings for bad hash assignments work
t/op/inc.t See if inc/dec of integers near 32 bit limit work
t/op/index.t See if index works
t/op/int.t See if int works
-t/op/ipcmsg.t See if msg* ops work
-t/op/ipcsem.t See if sem* ops work
t/op/join.t See if join works
t/op/list.t See if array lists work
t/op/local.t See if local works