summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-with-dev-dep-duplicate.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-with-dev-dep-duplicate.js')
-rw-r--r--deps/npm/test/tap/install-with-dev-dep-duplicate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/install-with-dev-dep-duplicate.js b/deps/npm/test/tap/install-with-dev-dep-duplicate.js
index b3a5898763..01ba38a112 100644
--- a/deps/npm/test/tap/install-with-dev-dep-duplicate.js
+++ b/deps/npm/test/tap/install-with-dev-dep-duplicate.js
@@ -78,7 +78,7 @@ function setup (cb) {
process.chdir(pkg)
var opts = {
- cache: path.resolve(pkg, 'cache'),
+ cache: common.cache,
registry: common.registry
}
npm.load(opts, cb)