Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / src / tests / filesys / base / sm-seq-block.c
1 /* Writes out a fairly small file sequentially, one fixed-size
2    block at a time, then reads it back to verify that it was
3    written properly. */
4
5 #define TEST_SIZE 5678
6 #define BLOCK_SIZE 513
7 #include "tests/filesys/base/seq-block.inc"