Skip to content

Commit

Permalink
test: use common.pkg basedir in newly added test
Browse files Browse the repository at this point in the history
Missed this on the review.  Minor nit, not worth rebasing, now that the
release is almost ready to ship.
  • Loading branch information
isaacs committed Jul 1, 2019
1 parent e36b3c3 commit 828c21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/outdated-remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const File = Tacks.File
const Dir = Tacks.Dir
const common = require('../common-tap.js')

const basedir = path.join(__dirname, path.basename(__filename, '.js'))
const basedir = common.pkg
const testdir = path.join(basedir, 'testdir')
const cachedir = path.join(basedir, 'cache')
const globaldir = path.join(basedir, 'global')
Expand Down

0 comments on commit 828c21d

Please sign in to comment.