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