73 passed, 6 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh-cpp | 11 Dependent export setting [osh-cpp stdout] Expected 'v=None\n' Got '' [osh-cpp status] Expected 0 Got 2 stdout: stderr: export FOO=foo v=$(printenv.py FOO)
^
[ stdin ]:1: Invalid word while parsing command list
|
| osh | 13 can't export array (strict_array) stdout: stderr: export a
^
[ stdin ]:6: fatal: Only strings can be exported (strict_array)
|
| osh-cpp | 13 can't export array (strict_array) stdout: stderr: export a
^
[ stdin ]:6: fatal: Only strings can be exported (strict_array)
|
| osh | 14 can't export associative array (strict_array) stdout: stderr: export a
^
[ stdin ]:6: fatal: Only strings can be exported (strict_array)
|
| osh-cpp | 14 can't export associative array (strict_array) stdout: stderr: export a
^
[ stdin ]:6: fatal: Only strings can be exported (strict_array)
|
| osh | 32 Unset wrong type stdout: undef 1 undef 1 array 0 array 0 assoc 0 assoc 0stderr: unset -v 'undef[1]'
^
[ stdin ]:4: 'undef' isn't an array
unset -v 'undef["key"]'
^
[ stdin ]:6: 'undef' isn't an array
|
| osh-cpp | 32 Unset wrong type stdout: undef 1 undef 1 array 0 array 0 assoc 0 assoc 0stderr: unset -v 'undef[1]'
^
[ stdin ]:4: 'undef' isn't an array
unset -v 'undef["key"]'
^
[ stdin ]:6: 'undef' isn't an array
|
| osh | 38 local after readonly [osh stdout] Expected u'' Got 'y=0\ny=\n' [osh status] Expected 1 Got 0 stdout: y=0 y=stderr: |
| osh-cpp | 38 local after readonly [osh-cpp stdout] Expected u'' Got 'y=0\ny=\n' [osh-cpp status] Expected 1 Got 0 stdout: y=0 y=stderr: |