diff options
| author | Hannes Magnusson <bjori@php.net> | 2006-12-19 10:03:24 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2006-12-19 10:03:24 +0000 |
| commit | b12e3e14753882137f013aadfedd0f3ae7ae0bee (patch) | |
| tree | d935cf83acde9cb0051b8cad5f57a3d8be11879d /tests | |
| parent | 868ac7d3a370ea8382128145e35269337466683f (diff) | |
| download | php-git-b12e3e14753882137f013aadfedd0f3ae7ae0bee.tar.gz | |
Fix tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lang/bug30638.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug30638.phpt b/tests/lang/bug30638.phpt index 2574d132d3..9edc177320 100644 --- a/tests/lang/bug30638.phpt +++ b/tests/lang/bug30638.phpt @@ -3,7 +3,7 @@ Bug #30638 (localeconv returns wrong LC_NUMERIC settings) --SKIPIF-- <?php # try to activate a german locale if (setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge") === FALSE) { - print "skip"; + print "skip setlocale() failed"; } ?> --FILE-- |
