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