summaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/open-null.ck
blob: b4a3bcb4853b0908a52e2db38bde5e41938fbf24 (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']);
(open-null) begin
(open-null) end
open-null: exit(0)
EOF
(open-null) begin
open-null: exit(-1)
EOF
pass;