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