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