blob: d3cc93847d0e0a64b0214d4ac47c5968361600fe (
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']);
(mmap-remove) begin
(mmap-remove) open "sample.txt"
(mmap-remove) mmap "sample.txt"
(mmap-remove) remove "sample.txt"
(mmap-remove) try to open "sample.txt"
(mmap-remove) create "another"
(mmap-remove) end
EOF
pass;
|