summaryrefslogtreecommitdiff
path: root/apps/examples/bas/tests/test36.bas
blob: c7bd6f054fb59ab03b7bb8e3804ebf1bafe6b571 (plain) (blame)
1
2
3
4
5
6
7
8
on error goto 10
print "opening file"
open "test.out" for output lock write as #1
print "open succeeded"
if command$<>"enough" then shell "sh ./test/runbas test.bas enough"
end
10 print "open failed"