Skip to content

Commit b8b1b39

Browse files
committed
fix test for windows
1 parent cd6ddb8 commit b8b1b39

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ext/standard/tests/gh21992t.phpt

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

0 commit comments

Comments
 (0)