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

Upload New File

parent f82838bf
Branches
No related tags found
No related merge requests found
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_USER_FAULTS => 1, [<<'EOF']);
(mmap-inherit) begin
(mmap-inherit) open "sample.txt"
(mmap-inherit) mmap "sample.txt"
(mmap-inherit) exec "child-inherit"
(child-inherit) begin
child-inherit: exit(-1)
(mmap-inherit) checking that mmap'd file still has same data
(mmap-inherit) end
mmap-inherit: exit(0)
EOF
pass;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment