aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/vm/mmap-write.ck
blob: d2c9cc511f43da3eb8f0910477925757310efd6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(mmap-write) begin
(mmap-write) create "sample.txt"
(mmap-write) open "sample.txt"
(mmap-write) mmap "sample.txt"
(mmap-write) compare read data against written data
(mmap-write) end
EOF
pass;