Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / filesys / grow-tell.exp
diff --git a/grading/filesys/grow-tell.exp b/grading/filesys/grow-tell.exp
deleted file mode 100644 (file)
index e7788f9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-(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