52 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh | 10 file with NUL byte stdout: onestderr: |
| osh-cpp | 10 file with NUL byte stdout: onestderr: |
| osh-cpp | 17 autoconf word split (#1449) [osh-cpp stdout] Expected '--- $()\n[-n]\n[my sed command]\n[f1]\n[f2]\n--- backticks\n[-n]\n[my sed command]\n[f1]\n[f2]\nNOT SPLIT\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: x=$(eval "mysed -n \"\$sedscript\" $sedinputs")
^
[ stdin ]:11: Invalid word while parsing command list
|
| osh-cpp | 21 unset doesn't allow command execution [osh-cpp stdout] Expected 'len=1\n' Got 'len=1\nlen=1\nNOPE\n' [osh-cpp status] Expected 1 Got 0 stdout: len=1 len=1 NOPEstderr: a[$(echo 0 | tee PWNED)]
^
[ sh arith expr at ? ]:1
[??? no location ???] Invalid word while parsing command list
unset -v 'a[$(echo 0 | tee PWNED)]'
^
[ stdin ]:5: 'unset' got invalid LHS expression
|