diff options
author | max99x <max99x@gmail.com> | 2011-07-23 05:49:48 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-07-23 05:49:48 +0300 |
commit | 136756f734ecf14a28736900075d561e981e973e (patch) | |
tree | cf33472ea6550c6486ec7722facf34d98a16a51d /tests/unistd/truncate.js | |
parent | 586d229ec311daa5e89781eb6da822989e677789 (diff) |
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
Diffstat (limited to 'tests/unistd/truncate.js')
-rw-r--r-- | tests/unistd/truncate.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unistd/truncate.js b/tests/unistd/truncate.js new file mode 100644 index 00000000..6a4c6868 --- /dev/null +++ b/tests/unistd/truncate.js @@ -0,0 +1,2 @@ +FS.createDataFile('/', 'towrite', 'abcdef', true, true); +FS.createDataFile('/', 'toread', 'abcdef', true, false); |