Closed
Description
I typically have a missing test/tmp.0/
when running the test suite, failing
test/parallel/test-async-wrap-check-providers.js
since this is the first one to use it.
Calling common.refreshTmpDir();
before first use of common.PIPE
is enough;
but i suppose it'd be better to call it everywhere it is used.