diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-15 19:20:31 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-15 19:20:31 +0000 |
commit | f78ec11339e2a130fed5964a693124ef7360cb6f (patch) | |
tree | 1be2ec200e6180e0effa68ec75163c3464179a35 | |
parent | ee57fde226e4bd794ef010ca65c3917a87cbd311 (diff) | |
download | php-git-f78ec11339e2a130fed5964a693124ef7360cb6f.tar.gz |
Fixed test so it won't fail in case the output handler is enabled
-rw-r--r-- | ext/standard/tests/file/bug22414.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/bug22414.phpt b/ext/standard/tests/file/bug22414.phpt index a1462958d6..929c648e5d 100644 --- a/ext/standard/tests/file/bug22414.phpt +++ b/ext/standard/tests/file/bug22414.phpt @@ -6,8 +6,8 @@ Bug #22414: passthru() does not read data correctly die('skip this test cannot be run under safe-mode'); } ?> ---POST-- ---GET-- +--INI-- +output_handler= --FILE-- <?php $php = getenv('TEST_PHP_EXECUTABLE'); |