summaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/rox-simple.ck
blob: c9dcc663743cb3b1635e6e9c6b6813ed55ae08bd (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']);
(rox-simple) begin
(rox-simple) open "rox-simple"
(rox-simple) read "rox-simple"
(rox-simple) try to write "rox-simple"
(rox-simple) end
rox-simple: exit(0)
EOF
pass;