1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

This test isn't supposed to pass on windows

This commit is contained in:
Anatoliy Belsky
2012-11-27 16:02:55 +01:00
parent df3b9a1e07
commit eff12e56b6

View File

@@ -2,6 +2,11 @@
Test lstat() and stat() functions: usage variations - invalid filenames
--CREDITS--
Dave Kelsey <d_kelsey@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
Done