We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d195aca commit b1183acCopy full SHA for b1183ac
test/parallel/test-fs-promises.js
@@ -159,7 +159,7 @@ function verifyStatObject(stat) {
159
if (common.canCreateSymLink()) {
160
const newLink = path.resolve(tmpDir, 'baz3.js');
161
await symlink(newPath, newLink);
162
- if (common.isOSX) {
+ if (!common.isWindows) {
163
await lchown(newLink, process.getuid(), process.getgid());
164
}
165
stats = await lstat(newLink);
0 commit comments