diff options
Diffstat (limited to 'pintos-progos/tests/vm/mmap-remove.ck')
| -rw-r--r-- | pintos-progos/tests/vm/mmap-remove.ck | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pintos-progos/tests/vm/mmap-remove.ck b/pintos-progos/tests/vm/mmap-remove.ck deleted file mode 100644 index d3cc938..0000000 --- a/pintos-progos/tests/vm/mmap-remove.ck +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']); | ||
| 6 | (mmap-remove) begin | ||
| 7 | (mmap-remove) open "sample.txt" | ||
| 8 | (mmap-remove) mmap "sample.txt" | ||
| 9 | (mmap-remove) remove "sample.txt" | ||
| 10 | (mmap-remove) try to open "sample.txt" | ||
| 11 | (mmap-remove) create "another" | ||
| 12 | (mmap-remove) end | ||
| 13 | EOF | ||
| 14 | pass; | ||
