Browse Source

This test isn't supposed to pass on windows

PHP-5.3.20
Anatoliy Belsky 13 years ago
parent
commit
eff12e56b6
  1. 7
      ext/standard/tests/file/lstat_stat_variation22.phpt

7
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_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
Loading…
Cancel
Save