diff --git a/sapi/cli/tests/argv_mb_bug77111.phpt b/sapi/cli/tests/argv_mb_bug77111.phpt index 0ed6204b89d..b26ef7661b5 100644 --- a/sapi/cli/tests/argv_mb_bug77111.phpt +++ b/sapi/cli/tests/argv_mb_bug77111.phpt @@ -21,7 +21,7 @@ $php = dirname(getenv('TEST_PHP_EXECUTABLE')) . DIRECTORY_SEPARATOR . "php-win.e $out_fl = __DIR__ . "\\argv_bug77111.txt"; -$argv_fl = __DIR__ . DIRECTORY_SEPARATOR . "argv_test.php"; +$argv_fl = __DIR__ . DIRECTORY_SEPARATOR . "argv_bug77111_test.php"; file_put_contents($argv_fl, ""); `$php -n $argv_fl Ästhetik Æstetik Esthétique Estética Эстетика`; @@ -31,7 +31,7 @@ var_dump(file_get_contents($out_fl)); --CLEAN--