spec test index / oilshell.org
status | ysh | ysh_ALT | |
pass | 1 | 1 | |
FAIL | 1 | 1 | |
total | 2 | 2 | |
case | ysh | ysh_ALT | description |
0 | pass | pass | Redirect with if, case, while, for |
1 | FAIL | FAIL | Redirect failure is either fatal or can be checked |
details | details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 1 failed under osh
ysh | 1 Redirect failure is either fatal or can be checked [ysh status] Expected 0, got 1 stdout: stderr: [ stdin ]:1: I/O redirect error: can't open file '/': Is a directory [ stdin ]:1: errexit PID 32503: command.Redirect failed with status 1 |
ysh_ALT | 1 Redirect failure is either fatal or can be checked [ysh_ALT status] Expected 0, got 1 stdout: stderr: [ stdin ]:1: I/O redirect error: can't open file '/': Is a directory [ stdin ]:1: errexit PID 32506: command.Redirect failed with status 1 |