We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6ddb8 commit b8b1b39Copy full SHA for b8b1b39
1 file changed
ext/standard/tests/gh21992t.phpt
@@ -3,8 +3,7 @@ GH-21992: symlink() must not resolve the final dangling link component
3
--SKIPIF--
4
<?php
5
if (PHP_OS_FAMILY === 'Windows') {
6
- require_once __DIR__ . '/windows_links/common.inc';
7
- skipIfSeCreateSymbolicLinkPrivilegeIsDisabled(__FILE__);
+ die('skip (not for Windows)');
8
}
9
?>
10
--FILE--
0 commit comments