Results for ysh-bin.test.sh

statusysh
pass 1
FAIL 1
total2
caseyshdescription
0pass Array func
1FAIL Options can be overridden
details
1 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh1 Options can be overridden

[ysh stdout] Expected 'shopt -s parse_paren\nshopt -u parse_paren\n' Got 'shopt -s parse_paren\n'
[ysh status] Expected 0, got 1

stdout:
shopt -s parse_paren
stderr:
  shopt | grep parse_paren
  ^~~~~
[ -c flag ]:1: errexit PID 36619: command.Simple failed with status 1
  shopt | grep parse_paren
  ^~~~~
[ -c flag ]:1: errexit PID 36616: command.Pipeline failed with status 1
  $SH -c 'shopt | grep parse_paren'
  ^~~
[ stdin ]:1: errexit PID 36613: command.Simple failed with status 1