diff --git a/test/common/index.js b/test/common/index.js index bbd2b62d7da768..ea77c963aa9af0 100644 --- a/test/common/index.js +++ b/test/common/index.js @@ -518,6 +518,8 @@ exports.canCreateSymLink = function() { return false; } } + // On non-Windows platforms, this always returns `true` + return true; }; exports.getCallSite = function getCallSite(top) {