test: use tmp directory in chdir test
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Fri, 28 Aug 2015 01:50:39 +0000 (07:20 +0530)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 17 Sep 2015 01:03:52 +0000 (21:03 -0400)
commit648c003e14381005dfe6c9f962af91e55382b63e
tree438173597542425228665c4f57d62fbd113a45b4
parentbf42cc8dba0e28e3e9646b4d27a52156d767ed90
test: use tmp directory in chdir test

This patch

 - makes chdir test to use the tmp directory
 - moves the test to parallel
 - renames the file to test-process-chdir as chdir is in process module

PR-URL: https://github.com/nodejs/node/pull/2589
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
test/parallel/test-process-chdir.js [new file with mode: 0644]
test/sequential/test-chdir.js [deleted file]