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