Commit: eff12e56b63531ca70f2bc55bbb59366b65191e0 Author: Anatoliy Belsky <a...@php.net> Tue, 27 Nov 2012 16:02:55 +0100 Parents: df3b9a1e0791803b1d9f9300d8f36dd981126bc7 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=eff12e56b63531ca70f2bc55bbb59366b65191e0 Log: This test isn't supposed to pass on windows Changed paths: M ext/standard/tests/file/lstat_stat_variation22.phpt Diff: diff --git a/ext/standard/tests/file/lstat_stat_variation22.phpt b/ext/standard/tests/file/lstat_stat_variation22.phpt index c9072ce..f9d9047 100644 --- a/ext/standard/tests/file/lstat_stat_variation22.phpt +++ b/ext/standard/tests/file/lstat_stat_variation22.phpt @@ -2,6 +2,11 @@ Test lstat() and stat() functions: usage variations - invalid filenames --CREDITS-- Dave Kelsey <d_kel...@uk.ibm.com> +--SKIPIF-- +<?php +if (substr(PHP_OS, 0, 3) == 'WIN') { + die('skip ... not for Windows'); +} --FILE-- <?php /* Prototype: array lstat ( string $filename ); @@ -46,4 +51,4 @@ bool(false) Warning: lstat(): Lstat failed for | in %s on line %d bool(false) -Done \ No newline at end of file +Done -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php