summaryrefslogtreecommitdiffstats
path: root/tests/vm/mmap-zero.ck
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2012-03-27 11:51:08 +0200
committermanuel <manuel@mausz.at>2012-03-27 11:51:08 +0200
commit4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b (patch)
tree868c52e06f207b5ec8a3cc141f4b8b2bdfcc165c /tests/vm/mmap-zero.ck
parenteae0bd57f0a26314a94785061888d193d186944a (diff)
downloadprogos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.gz
progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.bz2
progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.zip
reorganize file structure to match the upstream requirements
Diffstat (limited to 'tests/vm/mmap-zero.ck')
-rw-r--r--tests/vm/mmap-zero.ck12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/vm/mmap-zero.ck b/tests/vm/mmap-zero.ck
new file mode 100644
index 0000000..6033d5d
--- /dev/null
+++ b/tests/vm/mmap-zero.ck
@@ -0,0 +1,12 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected (IGNORE_USER_FAULTS => 1, [<<'EOF']);
6(mmap-zero) begin
7(mmap-zero) create empty file "empty"
8(mmap-zero) open "empty"
9(mmap-zero) mmap "empty"
10mmap-zero: exit(-1)
11EOF
12pass;