aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/read-normal.ck
blob: 0ed299828315945e98eb39e3b4ca3525d4837e6b (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']);
(read-normal) begin
(read-normal) open "sample.txt" for verification
(read-normal) verified contents of "sample.txt"
(read-normal) close "sample.txt"
(read-normal) end
read-normal: exit(0)
EOF
pass;