aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/base/sm-random.ck
blob: bda049de53e88a83ee7ea8a1cea2883ec1e2e57b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(sm-random) begin
(sm-random) create "bazzle"
(sm-random) open "bazzle"
(sm-random) write "bazzle" in random order
(sm-random) read "bazzle" in random order
(sm-random) close "bazzle"
(sm-random) end
EOF
pass;