diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-15 21:27:46 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-15 21:27:46 -0700 |
commit | bf0f60a46872526a4f632eb1bd07e7f1b4a25af0 (patch) | |
tree | 3d7727e2095b7878809e4f7ddd3765715a75491a /tests/unistd/unlink.js | |
parent | 475e72dc5539d9c59fc267927441a502c14a178f (diff) | |
parent | 13b8be215de6213eabb23bd68c34622f00452954 (diff) |
Merge pull request #1388 from inolen/unlink_fixes
misc unlink / rmdir fixes
Diffstat (limited to 'tests/unistd/unlink.js')
-rw-r--r-- | tests/unistd/unlink.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/unistd/unlink.js b/tests/unistd/unlink.js deleted file mode 100644 index c2366080..00000000 --- a/tests/unistd/unlink.js +++ /dev/null @@ -1,7 +0,0 @@ -FS.createDevice('/', 'device', function() {}, function() {}); -FS.createDataFile('/', 'file', 'test', true, true); -FS.createDataFile('/', 'file-forbidden', 'test', true, false); -FS.createFolder('/', 'empty', true, true); -FS.createFolder('/', 'empty-forbidden', true, false); -FS.createFolder('/', 'full', true, true); -FS.createFolder('/full', 'junk', true, true); |