blob: d15e41ae7ba255217ed947ccf95f87d4693456ff (
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-close) begin
(mmap-close) open "sample.txt"
(mmap-close) mmap "sample.txt"
(mmap-close) end
EOF
pass;
|