summaryrefslogtreecommitdiff
path: root/test/pummel/test-fs-largefile.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-fs-largefile.js')
-rw-r--r--test/pummel/test-fs-largefile.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/pummel/test-fs-largefile.js b/test/pummel/test-fs-largefile.js
index 8200543b9a..409d7a2112 100644
--- a/test/pummel/test-fs-largefile.js
+++ b/test/pummel/test-fs-largefile.js
@@ -47,9 +47,3 @@ assert.strictEqual(readBuf[0], 0);
// Verify that floating point positions do not throw.
fs.writeSync(fd, writeBuf, 0, writeBuf.length, 42.000001);
fs.close(fd, common.mustCall());
-
-// Normally, we don't clean up tmp files at the end of a test, but we'll make an
-// exception for a 5 GB file.
-process.on('exit', function() {
- fs.unlinkSync(filepath);
-});