vars-bash () { run-file vars-bash "$@" } 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 | 1 | 0 | |
| FAIL | 0 | 1 | |
| total | 1 | 1 | |
| case | bash | osh | description | 
| 0 | pass | FAIL | $SHELL set to login shell | 
| details | 
1 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 0 $SHELL set to login shell [osh stdout] Expected 'SHELL is set\nSHELL is set\n', got '' stdout: stderr:  |