diff options
Diffstat (limited to 'tests/userprog/exec-multiple.ck')
| -rw-r--r-- | tests/userprog/exec-multiple.ck | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/userprog/exec-multiple.ck b/tests/userprog/exec-multiple.ck new file mode 100644 index 0000000..99624cd --- /dev/null +++ b/tests/userprog/exec-multiple.ck | |||
| @@ -0,0 +1,18 @@ | |||
| 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; | ||
