status | osh | osh-cpp | |
FAIL | 2 | 2 | |
total | 2 | 2 | |
case | osh | osh-cpp | description |
0 | FAIL | FAIL | xz package: dirprefix="${line##*([}" |
details | details | ||
1 | FAIL | FAIL | ((( with nested subshells |
details | details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 0 xz package: dirprefix="${line##*([}" [osh stdout] Expected '--\n-foo-\n', got '' [osh status] Expected 0, got 2 stdout: stderr: echo "-$dirprefix-" ^ [ stdin ]:9: Unexpected EOF reading double-quoted string that began here |
osh-cpp | 0 xz package: dirprefix="${line##*([}" [osh-cpp stdout] Expected '--\n-foo-\n', got '' [osh-cpp status] Expected 0, got 2 stdout: stderr: echo "-$dirprefix-" ^ [ stdin ]:9: Unexpected EOF reading double-quoted string that began here |
osh | 1 ((( with nested subshells [osh status] Expected 0, got 2 stdout: stderr: cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null` ^ [ backticks in [ stdin ] ]:6: Parser expected Id.Arith_RParen, got Id.Word_Compound |
osh-cpp | 1 ((( with nested subshells [osh-cpp status] Expected 0, got 2 stdout: stderr: cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null` ^ [ backticks in [ stdin ] ]:6: Parser expected Id.Arith_RParen, got Id.Word_Compound |