Skip to content

Commit 6cfc6a1

Browse files
committed
fix
1 parent 7885413 commit 6cfc6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-fs-write-stream-eagain.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import fs from 'node:fs';
55
import { describe, it, mock } from 'node:test';
66
import { finished } from 'node:stream/promises';
77

8+
tmpdir.refresh();
89
const file = tmpdir.resolve('writeStreamEAGAIN.txt');
910
const errorWithEAGAIN = (fd, buffer, offset, length, position, callback) => {
1011
callback(Object.assign(new Error(), { code: 'EAGAIN' }), 0, buffer);

0 commit comments

Comments
 (0)