mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
test: refresh temp directory when using pipe
common.PIPE resides in the temp directory (except on Windows). Insure that the temp directory is refreshed in tests that use common.PIPE. PR-URL: https://github.com/nodejs/node/pull/3231 Fixes: https://github.com/nodejs/node/issues/3227 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
parent
47befffc53
commit
a1040f2065
12 changed files with 19 additions and 4 deletions
|
@ -18,6 +18,8 @@ var server = http.createServer(function(req, res) {
|
|||
res.end();
|
||||
});
|
||||
|
||||
common.refreshTmpDir();
|
||||
|
||||
server.listen(common.PIPE, function() {
|
||||
|
||||
var options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue