summaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/close-stdout.ck
blob: 3cbbcff5c5407785be4ce34a89f0ff29709914c9 (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-stdout) begin
(close-stdout) end
close-stdout: exit(0)
EOF
(close-stdout) begin
close-stdout: exit(-1)
EOF
pass;