spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 5 | 5 | |
FAIL | 1 | 1 | |
total | 6 | 6 | |
case | osh | osh-cpp | description |
0 | pass | pass | Turn off external binaries with shvar PATH='' {} |
1 | pass | pass | More shvar PATH='' |
2 | pass | pass | builtins and externals not available in hay eval |
3 | FAIL | FAIL | procs in hay eval |
details | details | ||
4 | pass | pass | variables mutated within hay eval don't persist |
5 | pass | pass | hay at top level allows arbitrary commands |
10 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 3 procs in hay eval [osh stdout] Expected 'outside\ninside\n1 OUT\n', got '' [osh status] Expected 0, got 127 stdout: stderr: outside ^~~~~~~ [ stdin ]:11: Unknown command 'outside' while running hay |
osh-cpp | 3 procs in hay eval [osh-cpp stdout] Expected 'outside\ninside\n1 OUT\n', got '' [osh-cpp status] Expected 0, got 127 stdout: stderr: outside ^~~~~~~ [ stdin ]:11: Unknown command 'outside' while running hay |