- fix title

This commit is contained in:
Pierre Joye 2009-06-16 10:37:30 +00:00
parent 27270621cb
commit 1a69c562bd

View File

@ -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.
The system cannot find the drive specified.