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