aboutsummaryrefslogtreecommitdiff
path: root/tests/filesystem/src.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/filesystem/src.js')
-rw-r--r--tests/filesystem/src.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filesystem/src.js b/tests/filesystem/src.js
index 801b45d6..ceea348d 100644
--- a/tests/filesystem/src.js
+++ b/tests/filesystem/src.js
@@ -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);