Results for ysh-source.test.sh

statusosh
pass 2
FAIL 1
total3
caseoshdescription
0FAIL --builtin flag
details
1pass no path passed with --builtin flag
2pass non-existent path passed to --builtin flag
2 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

osh0 --builtin flag

[osh stdout] Expected '2\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
    for i in (1 .. len(list)) {
                ^~
stdlib/ysh/math.ysh:23: Use 1..<5 for an open range, or 1..=5 for a closed range
  source $LIB_YSH/math.ysh
  ^~~~~~
[ stdin ]:3: errexit PID 40710: command.Simple failed with status 2