Skip to content

Commit 82fe33f

Browse files
joaocgreisTrott
authored andcommitted
test: do not spawn rmdir in test-statwatcher
PR-URL: nodejs#28276 Refs: nodejs#21425 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
1 parent e585846 commit 82fe33f

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)