aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/read-boundary.ck
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/userprog/read-boundary.ck')
-rw-r--r--src/tests/userprog/read-boundary.ck11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/userprog/read-boundary.ck b/src/tests/userprog/read-boundary.ck
new file mode 100644
index 0000000..08dc161
--- /dev/null
+++ b/src/tests/userprog/read-boundary.ck
@@ -0,0 +1,11 @@
+# -*- perl -*-
+use strict;
+use warnings;
+use tests::tests;
+check_expected ([<<'EOF']);
+(read-boundary) begin
+(read-boundary) open "sample.txt"
+(read-boundary) end
+read-boundary: exit(0)
+EOF
+pass;