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