test: use tmpDir instead of fixturesDir
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Thu, 27 Aug 2015 20:08:10 +0000 (01:38 +0530)
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Thu, 27 Aug 2015 22:48:03 +0000 (04:18 +0530)
commitb11e2565744acaf714451f49fbdf5ec16cfdc061
tree15ffaf3698454042ab94003ec3b10dc6573987c5
parentde88255b0fb8c74e27cd5616f54d614b4e46b48d
test: use tmpDir instead of fixturesDir

This test was using fixturesDir to create temp files to test. This
patch replaces that with tmpDir and uses `assert` module to test.
Also, this test has been moved to `parallel`, from `sequential` mode.

PR-URL: https://github.com/nodejs/node/pull/2583
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rich Trott <rtrott@gmail.com>
test/parallel/test-regress-GH-3739.js [new file with mode: 0644]
test/sequential/test-regress-GH-3739.js [deleted file]