var-num () { run-file var-num "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" }
spec test index / oilshell.org
| status | bash | dash | mksh | osh | |
| pass | 7 | 7 | 7 | 7 | |
| total | 7 | 7 | 7 | 7 | |
| case | bash | dash | mksh | osh | description | 
| 0 | pass | pass | pass | pass | Normal and braced | 
| 1 | pass | pass | pass | pass | In function | 
| 2 | pass | pass | pass | pass | $0 with -c | 
| 3 | pass | pass | pass | pass | $0 with stdin | 
| 4 | pass | pass | pass | pass | $0 with -i | 
| 5 | pass | pass | pass | pass | $0 with filename | 
| 6 | pass | pass | pass | pass | $@ with filename | 
28 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped