pajoye Tue Jun 16 10:37:30 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/file bug41874.phpt Log: - fix title http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41874.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/standard/tests/file/bug41874.phpt diff -u php-src/ext/standard/tests/file/bug41874.phpt:1.1.2.2 php-src/ext/standard/tests/file/bug41874.phpt:1.1.2.3 --- php-src/ext/standard/tests/file/bug41874.phpt:1.1.2.2 Tue Jun 16 00:13:56 2009 +++ php-src/ext/standard/tests/file/bug41874.phpt Tue Jun 16 10:37:30 2009 @@ -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 @@ ?> --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.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php