summaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/close-stdin.ck
blob: 3d285074f505fd82fe9a3028bc2f4e9c1883f267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF', <<'EOF']);
(close-stdin) begin
(close-stdin) end
close-stdin: exit(0)
EOF
(close-stdin) begin
close-stdin: exit(-1)
EOF
pass;