random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / filesys / extended / grow-seq-lg.c
1 /* Grows a file from 0 bytes to 72,943 bytes, 1,234 bytes at a
2    time. */
3
4 #define TEST_SIZE 72943
5 #include "tests/filesys/extended/grow-seq.inc"