Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / filesys / extended / grow-too-big.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6 (grow-too-big) begin
7 (grow-too-big) create "fumble"
8 (grow-too-big) open "fumble"
9 (grow-too-big) seek "fumble"
10 (grow-too-big) write "fumble"
11 (grow-too-big) close "fumble"
12 (grow-too-big) end
13 EOF