summaryrefslogtreecommitdiffstats
path: root/tests/userprog/read-normal.ck
diff options
context:
space:
mode:
Diffstat (limited to 'tests/userprog/read-normal.ck')
-rw-r--r--tests/userprog/read-normal.ck13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/userprog/read-normal.ck b/tests/userprog/read-normal.ck
new file mode 100644
index 0000000..0ed2998
--- /dev/null
+++ b/tests/userprog/read-normal.ck
@@ -0,0 +1,13 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_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
11read-normal: exit(0)
12EOF
13pass;