diff options
author | Pierre Joye <pajoye@php.net> | 2009-06-17 10:10:19 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-06-17 10:10:19 +0000 |
commit | 02fe289540a458a8f2ff13fd556fc6363449be27 (patch) | |
tree | 9ae1acea650890a47c127cfebf05f603efeb12c3 | |
parent | f399abb61091fba144fd8382dbafdb7ba6c6fe77 (diff) | |
download | php-git-02fe289540a458a8f2ff13fd556fc6363449be27.tar.gz |
- fix test
-rw-r--r-- | ext/standard/tests/file/bug41874.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/tests/file/bug41874.phpt b/ext/standard/tests/file/bug41874.phpt index 217d84cbda..827f486d4d 100644 --- a/ext/standard/tests/file/bug41874.phpt +++ b/ext/standard/tests/file/bug41874.phpt @@ -2,8 +2,7 @@ bug #41874 (Separate STDOUT and STDERR in exec functions) --SKIPIF-- <?php -if(substr(PHP_OS, 0, 3) != 'WIN' ) { - die('skip windows only test'); +if(substr(PHP_OS, 0, 3) != 'WIN' ) die('skip windows only test'); ?> --FILE-- <?php |