Skip to content

Commit

Permalink
test/bare.js: fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Kushchak authored and Oleksandr Kushchak committed Feb 22, 2018
1 parent 61c1994 commit 680d0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bare.js
Expand Up @@ -106,7 +106,7 @@ test('bare inserts __filename,__dirname but not process,global,Buffer', function
test('bare inserts dynamic __filename,__dirname', function (t) {
t.plan(2);

var file = path.join(tmpdir, 'dirname-filename.js');
var file = 'dirname-filename.js';

fs.writeFileSync(
file,
Expand Down

0 comments on commit 680d0e6

Please sign in to comment.