Skip to content

Commit 7bd502d

Browse files
committed
try to fix test
1 parent a11da6f commit 7bd502d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ext/standard/tests/gh21992t.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ GH-21992: symlink() must not resolve the final dangling link component
33
--SKIPIF--
44
<?php
55
if (PHP_OS_FAMILY === 'Windows') {
6-
die('not for Windows');
6+
require_once __DIR__ . '/windows_links/common.inc';
7+
skipIfSeCreateSymbolicLinkPrivilegeIsDisabled(__FILE__);
78
}
89
?>
910
--FILE--

0 commit comments

Comments
 (0)