status | osh | osh-cpp | |
pass | 9 | 8 | |
FAIL | 0 | 1 | |
total | 9 | 9 | |
case | osh | osh-cpp | description |
0 | pass | pass | Process sub input |
1 | pass | pass | Process sub from external process to stdin |
2 | pass | pass | Process sub from shell to stdin |
3 | pass | pass | Non-linear pipeline with >() |
4 | pass | FAIL | $(<file) idiom with process sub |
details | |||
5 | pass | pass | status code is available |
6 | pass | pass | shopt -s process_sub_fail |
7 | pass | pass | process subs and pipelines together |
8 | pass | pass | process sub in background & |
17 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 4 $(<file) idiom with process sub [osh-cpp stdout] Expected 'FOO\nhi\n', got '' [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |