Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kerphi committed Jan 24, 2014
1 parent 3c57685 commit e6ce96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inotifywait.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var touch = require('touch');

var fakeFile = '';
before(function(){
remove.removeSync(__dirname + '/data');
// remove.removeSync(__dirname + '/data');
fakeFile = generateFakeFile('fake1');
});

Expand Down

0 comments on commit e6ce96d

Please sign in to comment.