Results for ysh-module.test.sh

statusysh
FAIL 2
total2
caseyshdescription
0FAIL global frame doesn't contain builtins like len(), dict()
details
1FAIL global frame doesn't contain env vars
details
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

ysh0 global frame doesn't contain builtins like len(), dict()

[ysh stdout] Expected '(List) [0,1]\n', got 'len\n(List) [0,0]\n'

stdout:
len
(List)   [0,0]
stderr:
ysh1 global frame doesn't contain env vars

[ysh stdout] Expected '(List) [0,1]\n', got 'TMP\n(List) [0,0]\n'

stdout:
TMP
(List)   [0,0]
stderr: