diff options
Diffstat (limited to 'pintos-progos/tests/userprog/open-boundary.ck')
| -rw-r--r-- | pintos-progos/tests/userprog/open-boundary.ck | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pintos-progos/tests/userprog/open-boundary.ck b/pintos-progos/tests/userprog/open-boundary.ck new file mode 100644 index 0000000..8060d22 --- /dev/null +++ b/pintos-progos/tests/userprog/open-boundary.ck | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | check_expected ([<<'EOF']); | ||
| 6 | (open-boundary) begin | ||
| 7 | (open-boundary) open "sample.txt" | ||
| 8 | (open-boundary) end | ||
| 9 | open-boundary: exit(0) | ||
| 10 | EOF | ||
| 11 | pass; | ||
