summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-before.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-before.js')
-rw-r--r--deps/npm/test/tap/install-before.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/install-before.js b/deps/npm/test/tap/install-before.js
index c99b996c43..05a254a1ef 100644
--- a/deps/npm/test/tap/install-before.js
+++ b/deps/npm/test/tap/install-before.js
@@ -12,7 +12,7 @@ const { test } = require('tap')
const { Dir, File } = Tacks
-const testDir = path.join(__dirname, path.basename(__filename, '.js'))
+const testDir = common.pkg
let server
test('setup', t => {