Skip to content

Commit

Permalink
update permissions when creating fixtures dir2
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolan McMahon committed Nov 25, 2010
1 parent 8b1e409 commit 6aa1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-runfiles.js
Expand Up @@ -111,7 +111,7 @@ exports.testEmptyDir = function (test) {
// git doesn't like empty directories, so we have to create one
path.exists(dir2, function (exists) {
if (!exists) {
fs.mkdirSync(dir2, 777);
fs.mkdirSync(dir2, 0777);
}

// runFiles on empty directory:
Expand Down

0 comments on commit 6aa1bf9

Please sign in to comment.