summaryrefslogtreecommitdiff
path: root/t/uni
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2007-09-23 13:57:00 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-09-23 13:57:00 +0000
commit23ae3dfbbeca9f9e433b06391adf22de42d513dd (patch)
tree354535dd26ee636f15157dea2dcaed81afcd649b /t/uni
parent2a6abc0ef9cf5fdfbc698e8c38a9360f018ec7a3 (diff)
downloadperl-23ae3dfbbeca9f9e433b06391adf22de42d513dd.tar.gz
Revert #31942, as it was inconsistent between threaded and
non-threaded builds p4raw-id: //depot/perl@31943
Diffstat (limited to 't/uni')
-rw-r--r--t/uni/overload.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/overload.t b/t/uni/overload.t
index a94d453c96..e4f4e132ea 100644
--- a/t/uni/overload.t
+++ b/t/uni/overload.t
@@ -101,7 +101,7 @@ SKIP: {
skip "No setlocale", 24;
} elsif (!setlocale(&POSIX::LC_ALL, "en_GB.ISO8859-1")) {
skip "Could not setlocale to en_GB.ISO8859-1", 24;
- } elsif ($^O eq 'dec_osf' || $^O eq 'VMS' || $^O eq 'netbsd') {
+ } elsif ($^O eq 'dec_osf' || $^O eq 'VMS') {
skip "$^O has broken en_GB.ISO8859-1 locale", 24;
} else {
use locale;