status | osh | osh-cpp | |
pass | 2 | 2 | |
FAIL | 1 | 1 | |
total | 3 | 3 | |
case | osh | osh-cpp | description |
0 | pass | pass | More eval 'local v=' |
1 | FAIL | FAIL | Temp bindings with local |
details | details | ||
2 | pass | pass | Temp bindings with unset |
4 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 1 Temp bindings with local [osh stdout] Expected 'x=x\ntx=tx\ny=y\nty=ty\n', got 'x=\ntx=\ny=\nty=\n' stdout: x= tx= 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=\ntx=\ny=\nty=\n' stdout: x= tx= y= ty=stderr: |