test: refresh temp directory when using pipe
authorRich Trott <rtrott@gmail.com>
Wed, 7 Oct 2015 04:12:45 +0000 (21:12 -0700)
committerJames M Snell <jasnell@gmail.com>
Sat, 10 Oct 2015 17:38:55 +0000 (10:38 -0700)
commit7a5ae34345a4f4c154f2bdae5f440d2e74c97dbb
treee4e03fe9925dfc1efae05628d29a72422a71b22c
parent40a159e4f4360319b71a50de0dc706d833b5149e
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>
12 files changed:
test/parallel/test-async-wrap-check-providers.js
test/parallel/test-cluster-eaccess.js
test/parallel/test-http-client-pipe-end.js
test/parallel/test-http-client-response-domain.js
test/parallel/test-http-unix-socket.js
test/parallel/test-net-pingpong.js
test/parallel/test-net-pipe-connect-errors.js
test/parallel/test-repl.js
test/parallel/test-tls-connect-pipe.js
test/sequential/test-pipe-address.js
test/sequential/test-pipe-stream.js
test/sequential/test-pipe-unref.js