37adb48ff9f803342265dc2b279b625ea8cee901
[pintos-anon] / grading / filesys / sm-random.exp
1 (sm-random) begin
2 (sm-random) create "bazzle"
3 (sm-random) open "bazzle"
4 (sm-random) write "bazzle" in random order
5 (sm-random) read "bazzle" in random order
6 (sm-random) close "bazzle"
7 (sm-random) end