| status | osh | |
| pass | 14 | |
| total | 14 | |
| case | osh | description |
| 0 | pass | Can read from ENV Obj |
| 1 | pass | ENV works in different modules |
| 2 | pass | bin/ysh doesn't have exported vars (declare -x) |
| 3 | pass | Temp bindings A=a B=b my-command push to ENV Obj (ysh:all) |
| 4 | pass | Nested temp bindings |
| 5 | pass | Temp bindings can use locals in the same frame,(don't introduce new frame) |
| 6 | pass | setglobal ENV.PYTHONPATH = 'foo' changes child process state |
| 7 | pass | export builtin is disabled in ysh:all, in favor of setglobal |
| 8 | pass | ysh:upgrade can use both export builtin and setglobal ENV |
| 9 | pass | PS4 environment variable is respected |
| 10 | pass | ENV.HOME is respected |
| 11 | pass | exec builtin respects ENV |
| 12 | pass | setglobal quirk - do we need setenv? |
| 13 | pass | try to corrupt ENV var from user code |
14 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped