Skip to content
Snippets Groups Projects
Commit dfa5c3cb authored by h2-addad's avatar h2-addad
Browse files

Upload New File

parent 7a1b4383
No related branches found
No related tags found
No related merge requests found
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(mmap-clean) begin
(mmap-clean) open "sample.txt"
(mmap-clean) mmap "sample.txt"
(mmap-clean) write "sample.txt"
(mmap-clean) munmap "sample.txt"
(mmap-clean) seek "sample.txt"
(mmap-clean) read "sample.txt"
(mmap-clean) file change was retained after munmap
(mmap-clean) end
EOF
pass;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment