diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2014-03-17 15:29:52 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-03-17 15:29:52 +0000 |
commit | af728ca1bc90608b25e3f73957c8493d013b753d (patch) | |
tree | f941daecb55e7f949df85ac0d7c3fa3d72bfabd0 /MANIFEST | |
parent | c899ae2d02e643a00e4504a6657f4d6d870b8169 (diff) | |
download | perl-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-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |