diff options
Diffstat (limited to 'pintos-progos/tests/userprog/exec-multiple.ck')
| -rw-r--r-- | pintos-progos/tests/userprog/exec-multiple.ck | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pintos-progos/tests/userprog/exec-multiple.ck b/pintos-progos/tests/userprog/exec-multiple.ck deleted file mode 100644 index 99624cd..0000000 --- a/pintos-progos/tests/userprog/exec-multiple.ck +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | check_expected ([<<'EOF']); | ||
| 6 | (exec-multiple) begin | ||
| 7 | (child-simple) run | ||
| 8 | child-simple: exit(81) | ||
| 9 | (child-simple) run | ||
| 10 | child-simple: exit(81) | ||
| 11 | (child-simple) run | ||
| 12 | child-simple: exit(81) | ||
| 13 | (child-simple) run | ||
| 14 | child-simple: exit(81) | ||
| 15 | (exec-multiple) end | ||
| 16 | exec-multiple: exit(0) | ||
| 17 | EOF | ||
| 18 | pass; | ||
