-
Notifications
You must be signed in to change notification settings - Fork 744
exec() doesn't clean up all temp files #353
Copy link
Copy link
Closed
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() APIfixBug/defect, or a fix for such a problemBug/defect, or a fix for such a problemhelp wanted
Milestone
Description
I've noticed on my system I get lots of temp files in /tmp/ (I'm on Ubuntu 15.10). I've tested (I just run npm test, which I know makes at least one call to exec() per test) under the following versions of node:
- v0.10: everything gets cleaned up
- v0.11, v0.12, v4, v5:
npm testleaves 1 code file, 2 script files, 2 stderr files, and 2 stdout files
v0.11 is when execSync() got introduced, so this could be related.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() APIfixBug/defect, or a fix for such a problemBug/defect, or a fix for such a problemhelp wanted