Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 05afa44

Browse files
committed
delete temp file at end of test
1 parent 7b81497 commit 05afa44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/simple/test-regress-GH-9161.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fs.truncate(fd, 5, function(err) {
4141
});
4242

4343
process.on('exit', function() {
44+
fs.unlinkSync(filename);
4445
assert.equal(success, 1);
4546
console.log('ok');
4647
});

0 commit comments

Comments
 (0)