spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 19 | 19 | |
total | 19 | 19 | |
case | osh | osh-cpp | description |
0 | pass | pass | Print shell strings with weird chars: set and printf %q and ${x@Q} |
1 | pass | pass | Print shell strings with normal chars: set and printf %q and ${x@Q} |
2 | pass | pass | command -v |
3 | pass | pass | command -v with multiple names |
4 | pass | pass | command -v doesn't find non-executable file |
5 | pass | pass | command -V |
6 | pass | pass | command -V nonexistent |
7 | pass | pass | command skips function lookup |
8 | pass | pass | command command seq 3 |
9 | pass | pass | command command -v seq |
10 | pass | pass | history usage |
11 | pass | pass | command -p (override existing program) |
12 | pass | pass | command -p (hide tool in custom path) |
13 | pass | pass | command -p (find hidden tool in default path) |
14 | pass | pass | $(command type ls) |
15 | pass | pass | builtin |
16 | pass | pass | builtin ls not found |
17 | pass | pass | builtin no args |
18 | pass | pass | builtin command echo hi |
38 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped