Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / extended / grow-tell.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6 (grow-tell) begin
7 (grow-tell) create "foobar"
8 (grow-tell) open "foobar"
9 (grow-tell) writing "foobar"
10 (grow-tell) close "foobar"
11 (grow-tell) open "foobar" for verification
12 (grow-tell) verified contents of "foobar"
13 (grow-tell) close "foobar"
14 (grow-tell) end
15 EOF