Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-tell.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 use tests::random;
6 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
7 (grow-tell) begin
8 (grow-tell) create "foobar"
9 (grow-tell) open "foobar"
10 (grow-tell) writing "foobar"
11 (grow-tell) close "foobar"
12 (grow-tell) open "foobar" for verification
13 (grow-tell) verified contents of "foobar"
14 (grow-tell) close "foobar"
15 (grow-tell) end
16 EOF
17 pass;