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