diff options
Diffstat (limited to 'tests/unistd/truncate.js')
-rw-r--r-- | tests/unistd/truncate.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unistd/truncate.js b/tests/unistd/truncate.js deleted file mode 100644 index 6a4c6868..00000000 --- a/tests/unistd/truncate.js +++ /dev/null @@ -1,2 +0,0 @@ -FS.createDataFile('/', 'towrite', 'abcdef', true, true); -FS.createDataFile('/', 'toread', 'abcdef', true, false); |