summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-scoped-with-peer-dependency.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-scoped-with-peer-dependency.js')
-rw-r--r--deps/npm/test/tap/install-scoped-with-peer-dependency.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/install-scoped-with-peer-dependency.js b/deps/npm/test/tap/install-scoped-with-peer-dependency.js
index 7f60c73221..477a04a105 100644
--- a/deps/npm/test/tap/install-scoped-with-peer-dependency.js
+++ b/deps/npm/test/tap/install-scoped-with-peer-dependency.js
@@ -7,7 +7,7 @@ var rimraf = require('rimraf')
var test = require('tap').test
var common = require('../common-tap.js')
-var pkg = path.join(__dirname, 'install-scoped-with-peer-dependency')
+var pkg = common.pkg
var local = path.join(pkg, 'package')
var EXEC_OPTS = { }