skip t/io/eintr.t on production releases
authorDavid Mitchell <davem@iabyn.com>
Tue, 3 May 2011 15:26:51 +0000 (16:26 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 3 May 2011 15:26:51 +0000 (16:26 +0100)
commita9e4bc69d5e57e574e1d63e589e86d007e873f88
treec2c52b5329f55fca07809f174ad27b67732bb7b2
parent2cf7ccf4931854c14e60926e895b739f6089d299
skip t/io/eintr.t on production releases

We already skip this test file on many platforms which don't
have interruptible IO system calls. Extend this to unconditionally
skip if it's an even (production) release version, so that we don't get
false positives for other platforms we didn't know about.
t/io/eintr.t