aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-from-local.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-from-local.js')
-rw-r--r--deps/npm/test/tap/install-from-local.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/install-from-local.js b/deps/npm/test/tap/install-from-local.js
index 3cac382a70..a3e63b359d 100644
--- a/deps/npm/test/tap/install-from-local.js
+++ b/deps/npm/test/tap/install-from-local.js
@@ -8,7 +8,7 @@ var test = require('tap').test
var common = require('../common-tap')
-var root = path.join(__dirname, 'install-from-local')
+var root = common.pkg
var pkg = path.join(root, 'package-with-local-paths')
var EXEC_OPTS = { cwd: pkg }