summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-06-16 10:37:30 +0000
committerPierre Joye <pajoye@php.net>2009-06-16 10:37:30 +0000
commit1a69c562bd3f8fbb8c2a0b9fd82984f1c9601f8f (patch)
tree976648515a94b27b236374c9c0ac3055efd7a249
parent27270621cbcf8d2e7f6521f505499b91e45cdc82 (diff)
downloadphp-git-1a69c562bd3f8fbb8c2a0b9fd82984f1c9601f8f.tar.gz
- fix title
-rw-r--r--ext/standard/tests/file/bug41874.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/bug41874.phpt b/ext/standard/tests/file/bug41874.phpt
index c6badef5c0..562ef40bce 100644
--- a/ext/standard/tests/file/bug41874.phpt
+++ b/ext/standard/tests/file/bug41874.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #42143 (The constant NAN is reported as 0 on Windows build)
+bug #42143 (Separate STDOUT and STDERR in exec functions)
<?php
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
die('skip windows only test');
@@ -12,4 +12,4 @@ system('cd 1:\non_existant; dir nonexistant');
?>
--EXPECT--
The system cannot find the drive specified.
-The system cannot find the drive specified. \ No newline at end of file
+The system cannot find the drive specified.