summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-respond-file-with-pipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-respond-file-with-pipe.js')
-rw-r--r--test/parallel/test-http2-respond-file-with-pipe.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-http2-respond-file-with-pipe.js b/test/parallel/test-http2-respond-file-with-pipe.js
index 2b7ca3fc9a..d0557c2fd0 100644
--- a/test/parallel/test-http2-respond-file-with-pipe.js
+++ b/test/parallel/test-http2-respond-file-with-pipe.js
@@ -21,8 +21,6 @@ if (mkfifo.error && mkfifo.error.code === 'ENOENT') {
common.skip('missing mkfifo');
}
-process.on('exit', () => fs.unlinkSync(pipeName));
-
const server = http2.createServer();
server.on('stream', (stream) => {
stream.respondWithFile(pipeName, {