summaryrefslogtreecommitdiff
path: root/apps/examples/bastest/tests/test36.bas
blob: 21dcb41ca93ae85ff0230ff4af284579d6967191 (plain) (blame)
1
2
3
4
5
6
7
8
on error goto 10
print "opening file"
open "/tmp/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"