12 lines
248 B
Text
Executable file
12 lines
248 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_expected (IGNORE_USER_FAULTS => 1, [<<'EOF']);
|
|
(mmap-zero) begin
|
|
(mmap-zero) create empty file "empty"
|
|
(mmap-zero) open "empty"
|
|
(mmap-zero) mmap "empty"
|
|
mmap-zero: exit(-1)
|
|
EOF
|
|
pass;
|