diff options
Diffstat (limited to 'tests/unistd/links.js')
-rw-r--r-- | tests/unistd/links.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unistd/links.js b/tests/unistd/links.js new file mode 100644 index 00000000..5e58a729 --- /dev/null +++ b/tests/unistd/links.js @@ -0,0 +1,3 @@ +FS.createLink('/', 'link', '../test/../there!', true, true); +FS.createDataFile('/', 'file', 'test', true, true); +FS.createFolder('/', 'folder', true, true); |