Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / filesys / grow-sparse.exp
diff --git a/grading/filesys/grow-sparse.exp b/grading/filesys/grow-sparse.exp
deleted file mode 100644 (file)
index c7cd00c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-(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) open "testfile" for verification
-(grow-sparse) close "testfile"
-(grow-sparse) end