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