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