summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-06-17 10:10:19 +0000
committerPierre Joye <pajoye@php.net>2009-06-17 10:10:19 +0000
commit02fe289540a458a8f2ff13fd556fc6363449be27 (patch)
tree9ae1acea650890a47c127cfebf05f603efeb12c3
parentf399abb61091fba144fd8382dbafdb7ba6c6fe77 (diff)
downloadphp-git-02fe289540a458a8f2ff13fd556fc6363449be27.tar.gz
- fix test
-rw-r--r--ext/standard/tests/file/bug41874.phpt3
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