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