76 passed, 2 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-24586.txt'. Expected D, -, or D- where D is an integer
grep: osh-24586.txt: No such file or directory
grep: osh-24586.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-24611.txt'. Expected D, -, or D- where D is an integer
grep: osh-24611.txt: No such file or directory
grep: osh-24611.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 | 40 xtrace not affected by redirects [osh stderr] Expected "+ printf aaaa\n+ set '+x'\n" Got "+ set '+x'\n" [osh stdout] Expected '' Got '+ printf aaaa\n' stdout: + printf aaaastderr: + set '+x' |
| osh-cpp | 40 xtrace not affected by redirects [osh-cpp stderr] Expected "+ printf aaaa\n+ set '+x'\n" Got "+ set '+x'\n" [osh-cpp stdout] Expected '' Got '+ printf aaaa\n' stdout: + printf aaaastderr: + set '+x' |