nocasematch-match () { run-file nocasematch-match "$@" } 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 | osh | |
| pass | 6 | 6 | |
| total | 6 | 6 | |
| case | bash | osh | description | 
| 0 | pass | pass | [[ equality matching | 
| 1 | pass | pass | [[ regex matching | 
| 2 | pass | pass | [ matching | 
| 3 | pass | pass | case matching | 
| 4 | pass | pass | file matching | 
| 5 | pass | pass | parameter expansion matching | 
12 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped