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