Skip to content

Commit

Permalink
test: make test-fs-watch-file write to tmp dir
Browse files Browse the repository at this point in the history
Write temp files to test/tmp, not test/fixtures.
  • Loading branch information
bnoordhuis committed Jul 8, 2012
1 parent d8401ab commit 96f98a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pummel/test-fs-watch-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 96f98a0

Please sign in to comment.