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