Skip to content

test: fix tests with symlink

test/README.md indicates that canCreateSymlink in test/common/index.js always returns true on non-Windows platforms. Now, this function always returns nothing on non-Windows platforms.

ref: https://github.com/nodejs/node/tree/master/test/common#cancreatesymlink

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading