random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / filesys / base / lg-full.c
1 /* Writes out the contents of a fairly large file all at once,
2    and then reads it back to make sure that it was written
3    properly. */
4
5 #define TEST_SIZE 75678
6 #include "tests/filesys/base/full.inc"