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