summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-06-17 10:08:01 +0000
committerPierre Joye <pajoye@php.net>2009-06-17 10:08:01 +0000
commitf399abb61091fba144fd8382dbafdb7ba6c6fe77 (patch)
tree957a91dd47ec59256d809b6854725027ed85af7f
parenta7cc9e72743871d69d3ddbfccc557fb84122a0d4 (diff)
downloadphp-git-f399abb61091fba144fd8382dbafdb7ba6c6fe77.tar.gz
- missing --SKIPIF-- header
-rw-r--r--ext/standard/tests/file/bug41874.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/tests/file/bug41874.phpt b/ext/standard/tests/file/bug41874.phpt
index b06d079924..217d84cbda 100644
--- a/ext/standard/tests/file/bug41874.phpt
+++ b/ext/standard/tests/file/bug41874.phpt
@@ -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