/home/uke/oil/bin/osh var-num: spec test case results

Results for var-num.test.sh

statusosh
pass 7
total7
caseoshdescription
0pass Normal and braced
1pass In function
2pass $0 with -c
3pass $0 with stdin
4pass $0 with -i
5pass $0 with filename
6pass $@ with filename
7 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh0 Normal and braced

stdout:
a b c
stderr:
osh1 In function

stdout:
a b
stderr:
osh2 $0 with -c

stdout:
sh
stderr:
osh3 $0 with stdin

stdout:
sh
stderr:
osh4 $0 with -i

stdout:
sh
stderr:
osh-0.22.0$ osh-0.22.0$ 
osh5 $0 with filename

stdout:
_tmp/dollar0
stderr:
osh6 $@ with filename

stdout:
a b c
stderr: