Initial file system tests.
[pintos-anon] / grading / filesys / grow-tell.exp
diff --git a/grading/filesys/grow-tell.exp b/grading/filesys/grow-tell.exp
new file mode 100644 (file)
index 0000000..e7788f9
--- /dev/null
@@ -0,0 +1,8 @@
+(grow-tell) begin
+(grow-tell) create "foobar"
+(grow-tell) open "foobar"
+(grow-tell) writing "foobar"
+(grow-tell) close "foobar"
+(grow-tell) open "foobar" for verification
+(grow-tell) close "foobar"
+(grow-tell) end