]> granicus.if.org Git - php/commitdiff
- fix test
authorPierre Joye <pajoye@php.net>
Wed, 17 Jun 2009 10:10:19 +0000 (10:10 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 17 Jun 2009 10:10:19 +0000 (10:10 +0000)
ext/standard/tests/file/bug41874.phpt

index 217d84cbda49e057c476ba7e69e40b4606bf1b0b..827f486d4ded84b84bf7ecc8e6c666c06c9c3ff7 100644 (file)
@@ -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