spec test index / oilshell.org
status | bash | osh | |
pass | 5 | 4 | |
FAIL | 0 | 1 | |
total | 5 | 5 | |
case | bash | osh | description |
0 | pass | pass | bind -l should report readline functions |
1 | pass | pass | bind -p -P to print function names and key bindings |
2 | pass | pass | bind -s -S accepted |
3 | pass | pass | bind -v -V accepted |
4 | pass | FAIL | bind -q |
details |
9 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 4 bind -q [osh stdout] Expected 'status=1\nvi-subst is not bound to any keys.\nstatus=1\nyank can be invoked via "\\C-y".\nstatus=0\n' Got 'status=1\nstatus=1\nyank can be invoked via "\\C-y".\nstatus=0\n' stdout: status=1 status=1 yank can be invoked via "\C-y". status=0stderr: bind -q zz-bad ^~~~ [ stdin ]:1: bind error: `zz-bad': unknown function name bind -q vi-subst ^~~~ [ stdin ]:5: bind error: vi-subst is not bound to any keys |