28 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 5 Operations That Convert to Integer: // % ** [osh stdout] Expected '2\n1\n25\n_status 3\n_status 3\n' Got '2\n1\n25\n' [osh status] Expected 0 Got 2 stdout: 2 1 25stderr: echo _status $[_error.code]
^
[ stdin ]:14: Unexpected token while parsing arithmetic: '.'
|
| osh | 6 Division by zero [osh stdout] Expected 'status / is 3\nstatus // is 3\nstatus % is 3\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: echo "status / is $[_error.code]"
^
[ stdin ]:6: Unexpected token while parsing arithmetic: '.'
|