74 passed, 4 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 24 >&word redirects stdout and stderr when word is not a number or - [osh stdout] Expected 'STDOUT\nSTDERR\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: stdout_stderr.py >&$tmp
^~~~
[ stdin ]:5: Invalid descriptor 'osh-24359.txt'. Expected D, -, or D- where D is an integer
grep: osh-24359.txt: No such file or directory
grep: osh-24359.txt: No such file or directory
|
| osh-cpp | 24 >&word redirects stdout and stderr when word is not a number or - [osh-cpp stdout] Expected 'STDOUT\nSTDERR\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: stdout_stderr.py >&$tmp
^~~~
[ stdin ]:5: Invalid descriptor 'osh-24383.txt'. Expected D, -, or D- where D is an integer
grep: osh-24383.txt: No such file or directory
grep: osh-24383.txt: No such file or directory
|
| osh | 32 can't mention big file descriptor stdout: hi hi hi 100stderr: |
| osh-cpp | 32 can't mention big file descriptor stdout: hi hi hi 100stderr: |
| osh | 34 echo foo >&100 (OSH regression: does not fail with invalid fd 100) [osh status] Expected 1 Got 0 stdout: stderr: foo53 |
| osh-cpp | 34 echo foo >&100 (OSH regression: does not fail with invalid fd 100) [osh-cpp status] Expected 1 Got 0 stdout: stderr: foo53 |
| osh | 40 xtrace not affected by redirects stdout: stderr: + printf aaaa + set '+x' |
| osh-cpp | 40 xtrace not affected by redirects stdout: stderr: + printf aaaa + set '+x' |