summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-02-11 20:12:53 +0000
committerAntony Dovgal <tony2001@php.net>2007-02-11 20:12:53 +0000
commitf9a9eda86cc10bea59c8233e00fa9bc4083cfeeb (patch)
tree1ca897c0467551ba4d5dbbf11fcf02bfea90988a /tests
parent77d93ee6b34c2f0bdbb3c3127c0dcc2f050e4e16 (diff)
downloadphp-git-f9a9eda86cc10bea59c8233e00fa9bc4083cfeeb.tar.gz
MFH
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/bug30638.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug30638.phpt b/tests/lang/bug30638.phpt
index 9edc177320..0ebe8d49dd 100644
--- a/tests/lang/bug30638.phpt
+++ b/tests/lang/bug30638.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #30638 (localeconv returns wrong LC_NUMERIC settings)
+Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X)
--SKIPIF--
<?php # try to activate a german locale
if (setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge") === FALSE) {