WIP made basic tests pass

(format/dirs/files/seek/truncate/interspersed/paths)
This commit is contained in:
Christopher Haster
2018-05-28 09:17:44 -05:00
parent 0e0f015fbd
commit 6cda0442ea
2 changed files with 106 additions and 36 deletions

View File

@@ -329,7 +329,7 @@ tests/test.py << TEST
TEST
echo "--- Multi-block remove ---"
tests/test.py -s << TEST
tests/test.py << TEST
lfs_mount(&lfs, &cfg) => 0;
lfs_remove(&lfs, "cactus") => LFS_ERR_NOTEMPTY;