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