summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/userprog/write-normal.ck
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/tests/userprog/write-normal.ck')
-rw-r--r--pintos-progos/tests/userprog/write-normal.ck12
1 files changed, 0 insertions, 12 deletions
diff --git a/pintos-progos/tests/userprog/write-normal.ck b/pintos-progos/tests/userprog/write-normal.ck
deleted file mode 100644
index 9fa6024..0000000
--- a/pintos-progos/tests/userprog/write-normal.ck
+++ /dev/null
@@ -1,12 +0,0 @@
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;