status | osh | osh-cpp | |
pass | 1 | 1 | |
FAIL | 2 | 2 | |
total | 3 | 3 | |
case | osh | osh-cpp | description |
0 | FAIL | FAIL | More eval 'local v=' |
details | details | ||
1 | FAIL | FAIL | Temp bindings with local |
details | details | ||
2 | pass | pass | Temp bindings with unset |
2 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 0 More eval 'local v=' [osh stdout] Expected 'x=x\ny=y\nz=z\n', got 'x=x\n' [osh status] Expected 0, got 1 stdout: x=xstderr: echo y=$y ^~ [ stdin ]:13: fatal: Undefined variable 'y' |
osh-cpp | 0 More eval 'local v=' [osh-cpp stdout] Expected 'x=x\ny=y\nz=z\n', got 'x=x\n' [osh-cpp status] Expected 0, got 1 stdout: x=xstderr: echo y=$y ^~ [ stdin ]:13: fatal: Undefined variable 'y' |
osh | 1 Temp bindings with local [osh stdout] Expected 'x=x\ntx=tx\ny=y\nty=ty\n', got 'x=x\ntx=tx\ny=y\nty=\n' stdout: x=x tx=tx y=y ty=stderr: |
osh-cpp | 1 Temp bindings with local [osh-cpp stdout] Expected 'x=x\ntx=tx\ny=y\nty=ty\n', got 'x=x\ntx=tx\ny=y\nty=\n' stdout: x=x tx=tx y=y ty=stderr: |