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