spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 1 | 1 | |
FAIL | 1 | 1 | |
total | 2 | 2 | |
case | ysh | ysh-cpp | 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, 1 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: { echo 1; echo 2 } > / ^ [ stdin ]:1: Can't open '/': Is a directory [ stdin ]:1: I/O error applying redirect: Is a directory [ stdin ]:1: errexit PID 26492: command.Redirect failed with status 1 |
ysh-cpp | 1 Redirect failure is either fatal or can be checked [ysh-cpp status] Expected 0, got 1 stdout: stderr: { echo 1; echo 2 } > / ^ [ stdin ]:1: Can't open '/': Is a directory [ stdin ]:1: I/O error applying redirect: Is a directory [ stdin ]:1: errexit PID 26507: command.Redirect failed with status 1 |