Browse Source

test: make test-fs-watch-file write to tmp dir

Write temp files to test/tmp, not test/fixtures.
v0.8.7-release
Ben Noordhuis 12 years ago
parent
commit
63c2391984
  1. 2
      test/pummel/test-fs-watch-file.js

2
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);

Loading…
Cancel
Save