Add more tests, results.
[pintos-anon] / grading / filesys / grow-too-big.exp
diff --git a/grading/filesys/grow-too-big.exp b/grading/filesys/grow-too-big.exp
new file mode 100644 (file)
index 0000000..683630f
--- /dev/null
@@ -0,0 +1,7 @@
+(grow-sparse) begin
+(grow-sparse) create "testfile"
+(grow-sparse) open "testfile"
+(grow-sparse) seek "testfile"
+(grow-sparse) write "testfile"
+(grow-sparse) close "testfile"
+(grow-sparse) end