summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/grow-sparse.ck
blob: 379ba2c7e2552b594f3eb2cffb8dbb381d2e056e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(grow-sparse) begin
(grow-sparse) create "testfile"
(grow-sparse) open "testfile"
(grow-sparse) seek "testfile"
(grow-sparse) write "testfile"
(grow-sparse) close "testfile"
(grow-sparse) open "testfile" for verification
(grow-sparse) verified contents of "testfile"
(grow-sparse) close "testfile"
(grow-sparse) end
EOF
pass;