Skip to content

Commit

Permalink
Remove my home dir from test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 20, 2017
1 parent f03d278 commit a8a896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.js
Expand Up @@ -150,7 +150,7 @@ t.test('dump config stuff', t => {
statements: 100,
jobs: 4,
outputFile: 'out.txt',
rcFile: '/Users/isaacs/.taprc',
rcFile: path.resolve(process.env.HOME, '.taprc'),
only: true })
t.end()
})
Expand Down

0 comments on commit a8a896a

Please sign in to comment.