104 passed, 3 OK, 18 not implemented, 4 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
zsh | 3 Redirect in Pipeline stdout: 1stderr: hi |
dash | 6 Initial value of PIPESTATUS is empty string stdout: stderr: |
mksh | 6 Initial value of PIPESTATUS is empty string stdout: pipestatus 0stderr: |
zsh | 6 Initial value of PIPESTATUS is empty string stdout: stderr: |
dash | 7 PIPESTATUS stdout: stderr: dash: 5: Bad substitution |
zsh | 7 PIPESTATUS stdout: stderr: |
dash | 8 PIPESTATUS is set on simple commands stdout: stderr: |
zsh | 8 PIPESTATUS is set on simple commands stdout: stderr: |
osh | 8 PIPESTATUS is set on simple commands [osh stdout] Expected 'pipestatus 1\npipestatus 55 44\npipestatus 0\n' Got 'pipestatus\npipestatus 55 44\npipestatus 55 44\n' stdout: pipestatus pipestatus 55 44 pipestatus 55 44stderr: |
dash | 9 PIPESTATUS with shopt -s lastpipe stdout: stderr: dash: 1: shopt: not found dash: 6: Bad substitution |
zsh | 9 PIPESTATUS with shopt -s lastpipe stdout: stderr: zsh: command not found: shopt |
dash | 10 |& stdout: stderr: dash: 1: Syntax error: "&" unexpected |
mksh | 10 |& stdout: stderr: STDERR close failed in file object destructor: sys.excepthook is missing lost sys.stderr |
osh | 10 |& stdout: stderr: stdout_stderr.py |& cat ^~ [ stdin ]:1: fatal: |& isn't supported |
zsh | 18 Evaluation of argv[0] in pipeline occurs in child stdout: 1 cmd=echostderr: |
bash | 19 bash/dash/mksh run the last command is run in its own process stdout: line=stderr: |
dash | 19 bash/dash/mksh run the last command is run in its own process stdout: line=stderr: |
mksh | 19 bash/dash/mksh run the last command is run in its own process stdout: line=stderr: |
dash | 20 shopt -s lastpipe (always on in OSH) stdout: line=stderr: dash: 1: shopt: not found |
mksh | 20 shopt -s lastpipe (always on in OSH) stdout: line=stderr: mksh: <stdin>[1]: shopt: not found |
dash | 21 shopt -s lastpipe (always on in OSH) stdout: i=0stderr: dash: 1: shopt: not found dash: 4: i++: not found dash: 4: i++: not found dash: 4: i++: not found |
mksh | 21 shopt -s lastpipe (always on in OSH) stdout: i=0stderr: mksh: <stdin>[1]: shopt: not found |
bash | 22 SIGPIPE causes pipeline to die (regression for issue #295) stdout: 1 0stderr: cat: write error: Broken pipe |
dash | 22 SIGPIPE causes pipeline to die (regression for issue #295) stdout: stderr: cat: write error: Broken pipe dash: 2: Bad substitution |
zsh | 22 SIGPIPE causes pipeline to die (regression for issue #295) stdout: stderr: cat: write error: Broken pipe |
dash | 25 shopt -s lastpipe and shopt -s no_last_fork interaction stdout: stderr: |