Skip to content

Commit

Permalink
test: do not spawn rmdir in test-statwatcher
Browse files Browse the repository at this point in the history
PR-URL: nodejs#28276
Refs: nodejs#21425
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
  • Loading branch information
joaocgreis authored and Trott committed Jun 19, 2019
1 parent e585846 commit 82fe33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/async-hooks/test-statwatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const path = require('path');
if (!common.isMainThread)
common.skip('Worker bootstrapping works differently -> different async IDs');

tmpdir.refresh();
tmpdir.refresh({ spawn: false });

const file1 = path.join(tmpdir.path, 'file1');
const file2 = path.join(tmpdir.path, 'file2');
Expand Down

0 comments on commit 82fe33f

Please sign in to comment.