aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd/access.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unistd/access.js')
-rw-r--r--tests/unistd/access.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unistd/access.js b/tests/unistd/access.js
deleted file mode 100644
index ea9e6359..00000000
--- a/tests/unistd/access.js
+++ /dev/null
@@ -1,4 +0,0 @@
-FS.createDataFile('/', 'forbidden', '', false, false);
-FS.createDataFile('/', 'readable', '', true, false);
-FS.createDataFile('/', 'writeable', '', false, true);
-FS.createDataFile('/', 'allaccess', '', true, true);