Skip locale test on OpenBSD, MirBSD and Bitrig too
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 17 Feb 2014 21:03:54 +0000 (21:03 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 17 Feb 2014 21:27:42 +0000 (21:27 +0000)
commit4bc677234a7eb92539c11decafe80da27aee323a
treebe7a14e55c0ed9553e296d48140af603bdd12eaa
parent91e4447ad17c1687664c3d73092318aa84d013a3
Skip locale test on OpenBSD, MirBSD and Bitrig too

From the original ticket #115808 the following should produce
"Use of uninitialized value in print at -e line 1."

$ perl -wle 'use POSIX; print length setlocale POSIX::LC_ALL, "mtfnpy"'
16

So skip this test on OpenBSD, MirBSD and Bitrig
lib/locale.t