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

index b06d0799245d165096e2760ca3164c8db6cba5ab..217d84cbda49e057c476ba7e69e40b4606bf1b0b 100644 (file)
@@ -1,8 +1,9 @@
 --TEST--
 bug #41874 (Separate STDOUT and STDERR in exec functions)
+--SKIPIF--
 <?php
 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
-               die('skip windows only test');
+       die('skip windows only test');
 ?>
 --FILE--
 <?php