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: { 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 32752: 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: { 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 32755: command.Redirect failed with status 1
|