blob: 95ab7901abfe297f10b9c5eb6f67a6525bad05f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(mmap-read) begin
(mmap-read) open "sample.txt"
(mmap-read) mmap "sample.txt"
(mmap-read) end
EOF
pass;
|