WIP Better implementation of inline files, now with overflowing

This commit is contained in:
Christopher Haster
2018-03-17 20:32:16 -05:00
parent 9a97a97e4c
commit 689159e31d
2 changed files with 60 additions and 33 deletions

View File

@@ -357,7 +357,7 @@ tests/test.py << TEST
TEST
echo "--- Multi-block directory with files ---"
tests/test.py -s << TEST
tests/test.py << TEST
lfs_mount(&lfs, &cfg) => 0;
lfs_mkdir(&lfs, "prickly-pear") => 0;
for (int i = 0; i < $LARGESIZE; i++) {