Finish up filesys grading stuff.
[pintos-anon] / grading / filesys / lg-full.exp
diff --git a/grading/filesys/lg-full.exp b/grading/filesys/lg-full.exp
new file mode 100644 (file)
index 0000000..44c99ee
--- /dev/null
@@ -0,0 +1,8 @@
+(sm-full) begin
+(sm-full) create "quux"
+(sm-full) open "quux"
+(sm-full) writing "quux"
+(sm-full) close "quux"
+(sm-full) open "quux" for verification
+(sm-full) close "quux"
+(sm-full) end