summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-local-dep-cycle.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-local-dep-cycle.js')
-rw-r--r--deps/npm/test/tap/install-local-dep-cycle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/install-local-dep-cycle.js b/deps/npm/test/tap/install-local-dep-cycle.js
index 1f76ad9598..a66f04bce4 100644
--- a/deps/npm/test/tap/install-local-dep-cycle.js
+++ b/deps/npm/test/tap/install-local-dep-cycle.js
@@ -6,7 +6,7 @@ var rimraf = require('rimraf')
var test = require('tap').test
var common = require('../common-tap.js')
-var base = path.join(__dirname, path.basename(__filename, '.js'))
+var base = common.pkg
var baseJSON = {
name: 'base',