summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-scoped-with-bundled-dependency.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-scoped-with-bundled-dependency.js')
-rw-r--r--deps/npm/test/tap/install-scoped-with-bundled-dependency.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/install-scoped-with-bundled-dependency.js b/deps/npm/test/tap/install-scoped-with-bundled-dependency.js
index bd197ae036..76f440dc6c 100644
--- a/deps/npm/test/tap/install-scoped-with-bundled-dependency.js
+++ b/deps/npm/test/tap/install-scoped-with-bundled-dependency.js
@@ -6,7 +6,7 @@ var File = Tacks.File
var Dir = Tacks.Dir
var common = require('../common-tap.js')
-var basedir = path.join(__dirname, path.basename(__filename, '.js'))
+var basedir = common.pkg
var testdir = path.join(basedir, 'testdir')
var cachedir = path.join(basedir, 'cache')
var globaldir = path.join(basedir, 'global')