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

Commit

Permalink
enable test-fs-largefile.js test
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky committed Apr 6, 2012
1 parent 1042a8d commit 0b57fee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,6 +53,6 @@ assert.ok(exceptionRaised);
fs.close(fd);

process.on('exit', function() {
fs.unlink(filepath);
fs.unlinkSync(filepath);
});

0 comments on commit 0b57fee

Please sign in to comment.