spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 15 | 15 | |
| total | 15 | 15 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | 'exit' in oshrc (regression) |
| 1 | pass | pass | fatal errors continue |
| 2 | pass | pass | interactive shell loads rcfile (when combined with -c) |
| 3 | pass | pass | interactive shell loads files in rcdir (when combined with -c) |
| 4 | pass | pass | nonexistent --rcdir is ignored |
| 5 | pass | pass | shell doesn't load rcfile/rcdir if --norc is given |
| 6 | pass | pass | interactive shell runs PROMPT_COMMAND after each command |
| 7 | pass | pass | parse error in PROMPT_COMMAND |
| 8 | pass | pass | runtime error in PROMPT_COMMAND |
| 9 | pass | pass | Error message with bad oshrc file (currently ignored) |
| 10 | pass | pass | PROMPT_COMMAND can see $?, like bash |
| 11 | pass | pass | PROMPT_COMMAND that writes to BASH_REMATCH |
| 12 | pass | pass | NO ASSERTIONS: Are startup files sourced before or after job control? |
| 13 | pass | pass | HISTFILE is written in interactive shell |
| 14 | pass | pass | HISTFILE default value |
30 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped