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