summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/vm/mmap-exit.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 /pintos-progos/tests/vm/mmap-exit.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 'pintos-progos/tests/vm/mmap-exit.ck')
-rw-r--r--pintos-progos/tests/vm/mmap-exit.ck17
1 files changed, 0 insertions, 17 deletions
diff --git a/pintos-progos/tests/vm/mmap-exit.ck b/pintos-progos/tests/vm/mmap-exit.ck
deleted file mode 100644
index 457d34a..0000000
--- a/pintos-progos/tests/vm/mmap-exit.ck
+++ /dev/null
@@ -1,17 +0,0 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6(mmap-exit) begin
7(child-mm-wrt) begin
8(child-mm-wrt) create "sample.txt"
9(child-mm-wrt) open "sample.txt"
10(child-mm-wrt) mmap "sample.txt"
11(child-mm-wrt) end
12(mmap-exit) open "sample.txt" for verification
13(mmap-exit) verified contents of "sample.txt"
14(mmap-exit) close "sample.txt"
15(mmap-exit) end
16EOF
17pass;