diff options
-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 |