summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/audit-fix.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/audit-fix.js')
-rw-r--r--deps/npm/test/tap/audit-fix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/audit-fix.js b/deps/npm/test/tap/audit-fix.js
index 7e95568289..a832078ae9 100644
--- a/deps/npm/test/tap/audit-fix.js
+++ b/deps/npm/test/tap/audit-fix.js
@@ -13,7 +13,7 @@ const test = tap.test
const Dir = Tacks.Dir
const File = Tacks.File
-const testDir = path.join(__dirname, path.basename(__filename, '.js'))
+const testDir = common.pkg
const EXEC_OPTS = { cwd: testDir }