[perl #120936] op/taint.t handling of no ipcsysv on cygwin
authorTony Cook <tony@develop-help.com>
Tue, 18 Feb 2014 04:13:20 +0000 (15:13 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 18 Feb 2014 04:13:20 +0000 (15:13 +1100)
commit3383030df59be82c00ff421fbd06a7ecb7403289
treef511da8107b0255cdd3ec13e2153dd2736a221fc
parent875437c8999a2d55eee9c7ea3e2c8d9400b82eb2
[perl #120936] op/taint.t handling of no ipcsysv on cygwin

shmget() and msgget() produce a SIGSYS on cygwin if cygserver isn't
running, crashing op/taint.t.

Perform similar checks to those done in io/shm.t to make sure these
are handled gracefully.
t/op/taint.t