Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
test: Remove network dependency from outdated-symlink test
Browse files Browse the repository at this point in the history
PR-URL: #15085
Credit: @iarna
Reviewed-By: @zkat
  • Loading branch information
iarna authored and zkat committed Dec 1, 2016
1 parent bc32afe commit c8a22fe
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -15,7 +15,8 @@ var extend = Object.assign || require('util')._extend
var fakeRoot = path.join(pkg, 'fakeRoot')
var OPTS = {
env: extend(extend({}, process.env), {
'npm_config_prefix': fakeRoot
'npm_config_prefix': fakeRoot,
'registry': common.registry
})
}

Expand Down

0 comments on commit c8a22fe

Please sign in to comment.