summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2014-03-17 15:29:52 +0000
committerDavid Mitchell <davem@iabyn.com>2014-03-17 15:29:52 +0000
commitaf728ca1bc90608b25e3f73957c8493d013b753d (patch)
treef941daecb55e7f949df85ac0d7c3fa3d72bfabd0 /MANIFEST
parentc899ae2d02e643a00e4504a6657f4d6d870b8169 (diff)
downloadperl-af728ca1bc90608b25e3f73957c8493d013b753d.tar.gz
RT #121230, tests for process group kill on Win32
Add tests for 111f73b5d79, the fix for kill -SIG on win32, which was broken in 5.18.0 (A follow-up commit will clean this code up a bit)
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 331606c307..a6708e43e7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5240,7 +5240,8 @@ t/op/index.t See if index works
t/op/index_thr.t See if index works in another thread
t/op/int.t See if int works
t/op/join.t See if join works
-t/op/kill0.t See if kill(0, $pid) works
+t/op/kill0_child Process tree script that is kill()ed
+t/op/kill0.t See if kill works
t/op/kvaslice.t See if index/value array slices work
t/op/kvhslice.t See if key/value hash slices work
t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work