summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-parse-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-parse-error.js')
-rw-r--r--deps/npm/test/tap/install-parse-error.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/npm/test/tap/install-parse-error.js b/deps/npm/test/tap/install-parse-error.js
index 1330195ead..1a72c336de 100644
--- a/deps/npm/test/tap/install-parse-error.js
+++ b/deps/npm/test/tap/install-parse-error.js
@@ -1,12 +1,11 @@
'use strict'
-var path = require('path')
var test = require('tap').test
var Tacks = require('tacks')
var File = Tacks.File
var Dir = Tacks.Dir
var common = require('../common-tap.js')
-var testdir = path.join(__dirname, path.basename(__filename, '.js'))
+var testdir = common.pkg
var fixture = new Tacks(Dir({
'package.json': File(