127 passed, 3 OK, 3 not implemented, 1 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| dash | 0 Here string stdout: stderr: dash: 1: Syntax error: redirection unexpected |
| dash | 1 Here string with $ stdout: stderr: dash: 1: Syntax error: redirection unexpected |
| osh | 5 Here doc with bad var delimiter stdout: stderr: cat <<${a}
^~
[ stdin ]:1: Invalid here doc delimiter
|
| bash | 6 Here doc with bad comsub delimiter stdout: herestderr: |
| mksh | 6 Here doc with bad comsub delimiter stdout: stderr: mksh: <stdin>[1]: syntax error: '(' unexpected
|
| mksh | 15 Here doc with line continuation, then pipe. Syntax error. stdout: stderr: mksh: <stdin>[5]: cat: 1: No such file or directory mksh: <stdin>[6]: syntax error: '|' unexpected |
| dash | 29 Here doc within subshell with boolean stdout: 127stderr: dash: 1: [[: not found |
| osh | 32 Multiple here docs in pipeline [osh stdout] Expected '0: 3: fd3\n5: fd5\nok\n', got '' stdout: stderr: |
| osh | 33 Multiple here docs in pipeline on multiple lines [osh stdout] Expected '0: 3: fd3\n5: fd5\nok\n', got '' stdout: stderr: |