summaryrefslogtreecommitdiff
path: root/test/pummel
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-07-08 16:37:45 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-07-09 15:48:43 +0200
commit63c2391984b74bf04bc7f68e346e857ca9d63329 (patch)
tree285a0b52ed4420351e36903f39e679899ebc1313 /test/pummel
parent5b5362aa8d80d0822f37e2448d024452dd3c0a98 (diff)
downloadnode-new-63c2391984b74bf04bc7f68e346e857ca9d63329.tar.gz
test: make test-fs-watch-file write to tmp dir
Write temp files to test/tmp, not test/fixtures.
Diffstat (limited to 'test/pummel')
-rw-r--r--test/pummel/test-fs-watch-file.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pummel/test-fs-watch-file.js b/test/pummel/test-fs-watch-file.js
index f3c5f5bb6a..4dddb257ee 100644
--- a/test/pummel/test-fs-watch-file.js
+++ b/test/pummel/test-fs-watch-file.js
@@ -29,7 +29,7 @@ var watchSeenTwo = 0;
var watchSeenThree = 0;
var startDir = process.cwd();
-var testDir = common.fixturesDir;
+var testDir = common.tmpDir;
var filenameOne = 'watch.txt';
var filepathOne = path.join(testDir, filenameOne);