| case | dash | bash | mksh | zsh | osh | osh_ALT | description |
| 0 | pass | FAIL | pass | pass | FAIL | FAIL | Blog Post Example |
| details | details | details | |||||
| 1 | pass | FAIL | FAIL | FAIL | FAIL | FAIL | Blog Post Example Fix |
| details | details | details | details | details | |||
| 2 | pass | FAIL | FAIL | FAIL | pass | pass | Rewrite of Blog Post Example |
| details | details | details |
7 passed, 0 ok, 0 known unimplemented, 0 known bugs, 9 failed, 0 skipped
| bash | 0 Blog Post Example [bash stdout] Expected '/foo:/bar:/baz\n', got '' stdout: stderr: |
| osh | 0 Blog Post Example [osh stdout] Expected '/foo:/bar:/baz\n', got '\n' stdout: stderr: osh warning: WARNING: Got redirects in assignment: [(HereDoc op_id:Redir_DLess fd:-1 do_expansion:True here_end:EOPATHS was_filled:False spids:[22])]
Unexpected error in execvpe('/foo', ['/foo'], ...): [Errno 2] No such file or directory
Unexpected error in execvpe('/bar', ['/bar'], ...): [Errno 2] No such file or directory
Unexpected error in execvpe('/baz', ['/baz'], ...): [Errno 2] No such file or directory
Unexpected error in execvpe('EOPATHS', ['EOPATHS'], ...): [Errno 2] No such file or directory
|
| osh_ALT | 0 Blog Post Example [osh_ALT stdout] Expected '/foo:/bar:/baz\n', got '\n' stdout: stderr: osh warning: WARNING: Got redirects in assignment: [(HereDoc op_id:Redir_DLess fd:-1 do_expansion:True here_end:EOPATHS was_filled:False spids:[22])]
Unexpected error in execvpe('/foo', ['/foo'], ...): [Errno 2] No such file or directory
Unexpected error in execvpe('/bar', ['/bar'], ...): [Errno 2] No such file or directory
Unexpected error in execvpe('/baz', ['/baz'], ...): [Errno 2] No such file or directory
Unexpected error in execvpe('EOPATHS', ['EOPATHS'], ...): [Errno 2] No such file or directory
|
| bash | 1 Blog Post Example Fix [bash stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: tr: write error: Broken pipe |
| mksh | 1 Blog Post Example Fix [mksh stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: |
| zsh | 1 Blog Post Example Fix [zsh stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: |
| osh | 1 Blog Post Example Fix [osh stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: WARNING: unterminated here doc |
| osh_ALT | 1 Blog Post Example Fix [osh_ALT stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: WARNING: unterminated here doc |
| bash | 2 Rewrite of Blog Post Example [bash stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: |
| mksh | 2 Rewrite of Blog Post Example [mksh stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: |
| zsh | 2 Rewrite of Blog Post Example [zsh stdout] Expected u'/foo\n/bar\n/baz\n', got '' stdout: stderr: |