diff options
| author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-07-26 21:12:21 -0300 |
|---|---|---|
| committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-08-28 21:20:00 -0300 |
| commit | 2f7003847d3b48ea89fdec2bd5388085cf6b4d0e (patch) | |
| tree | eff844d0c3e0794916228369104fa3305a1cc0f7 /sapi/cgi | |
| parent | 3748d8070ffd7750c73c327e212d6dc4fc76d427 (diff) | |
| download | php-git-2f7003847d3b48ea89fdec2bd5388085cf6b4d0e.tar.gz | |
Make more tests run on Linux
Diffstat (limited to 'sapi/cgi')
| -rw-r--r-- | sapi/cgi/tests/bug75574_utf8.phpt (renamed from sapi/cgi/tests/bug75574_utf8_win.phpt) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sapi/cgi/tests/bug75574_utf8_win.phpt b/sapi/cgi/tests/bug75574_utf8.phpt index f250de9102..650d4a75f1 100644 --- a/sapi/cgi/tests/bug75574_utf8_win.phpt +++ b/sapi/cgi/tests/bug75574_utf8.phpt @@ -2,10 +2,6 @@ Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, UTF-8 --SKIPIF-- <?php - -if (substr(PHP_OS, 0, 3) != 'WIN') { - die("skip Valid only on Windows"); -} include "skipif.inc"; ?> --FILE-- @@ -29,7 +25,7 @@ unlink($fn); ?> ===DONE=== ---EXPECT-- +--EXPECT-- bool(true) string(3) "啊" ===DONE=== |
