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