Skip to content

Commit 3a2e67b

Browse files
joaocgreistargos
authored andcommitted
test: do not spawn rmdir in test-statwatcher
PR-URL: #28276 Refs: #21425 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent d95d610 commit 3a2e67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async-hooks/test-statwatcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const path = require('path');
1111
if (!common.isMainThread)
1212
common.skip('Worker bootstrapping works differently -> different async IDs');
1313

14-
tmpdir.refresh();
14+
tmpdir.refresh({ spawn: false });
1515

1616
const file1 = path.join(tmpdir.path, 'file1');
1717
const file2 = path.join(tmpdir.path, 'file2');

0 commit comments

Comments
 (0)