Skip to content

Commit

Permalink
enable permissions checks after initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
inolen committed Aug 5, 2013
1 parent 0ddff9d commit 4241aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/filesystem/src.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FS.createDevice('/def', 'deviceB', function() {}, function() {});
FS.createLink('/abc', 'localLink', '123', true, true);
FS.createLink('/abc', 'rootLink', '/', true, true);
FS.createLink('/abc', 'relativeLink', '../def', true, true);
FS.ignorePermissions = false;

function explore(path) {
Module.print(path);
Expand Down

0 comments on commit 4241aed

Please sign in to comment.