summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/ls.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/ls.js')
-rw-r--r--deps/npm/test/tap/ls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/ls.js b/deps/npm/test/tap/ls.js
index acec723afb..b3bdbc613c 100644
--- a/deps/npm/test/tap/ls.js
+++ b/deps/npm/test/tap/ls.js
@@ -3,7 +3,7 @@ var test = require('tap').test
var path = require('path')
var rimraf = require('rimraf')
var common = require('../common-tap.js')
-var basepath = path.resolve(__dirname, path.basename(__filename, '.js'))
+var basepath = common.pkg
var fixturepath = path.resolve(basepath, 'npm-test-files')
var pkgpath = path.resolve(fixturepath, 'npm-test-ls')
var Tacks = require('tacks')