Skip to content

Commit

Permalink
test tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Oct 17, 2011
1 parent 3ee1180 commit 49c92d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ try {
fs.unlink(files + '/' + f); fs.unlink(files + '/' + f);
}); });
} catch(e) { } catch(e) {
fs.mkdirSync(files); fs.mkdirSync(files, 0755);
} }


parted.root = files; parted.root = files;
Expand Down

0 comments on commit 49c92d2

Please sign in to comment.