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