Results for ysh-TODO-deprecate.test.sh

statusoshosh_ALT
pass 76
FAIL 01
total77
caseoshosh_ALTdescription
0pass pass oil:upgrade as alias for ysh:upgrade
1pass pass %() array literal
2pass pass _match() instead of _group()
3pass pass _status instead of _error.code
4pass FAIL source ///osh/two.sh rather than source --builtin osh/two.sh
details
5pass pass OILS_VERSION, not OIL_VERSION
6pass pass s.upper(), not s => upper() (might keep this)
13 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh_ALT4 source ///osh/two.sh rather than source --builtin osh/two.sh

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

stdout:
status=2
stderr:
  source --builtin osh/two.sh
                   ^~~
[ stdin ]:1: source failed: No builtin file 'stdlib/osh/two.sh'