random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / filesys / extended / grow-dir-lg.c
1 /* Creates a directory,
2    then creates 50 files in that directory. */
3
4 #define FILE_CNT 50
5 #define DIRECTORY "/x"
6 #include "tests/filesys/extended/grow-dir.inc"