status | bash | osh | |
pass | 8 | 7 | |
FAIL | 0 | 1 | |
total | 8 | 8 | |
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 | pass | bind -q |
5 | pass | pass | bind -X |
6 | pass | pass | bind -r |
7 | pass | FAIL | bind -r of bind -x commands |
details |
15 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 7 bind -r of bind -x commands [osh stdout] Expected 'status=1\n\\C-o\\C-s\\C-h\nstatus=0\nstatus=1\n' Got 'status=1\n\\C-o\\C-s\\C-h\nstatus=0\n\\C-o\\C-s\\C-h\nstatus=0\n' stdout: status=1 \C-o\C-s\C-h status=0 \C-o\C-s\C-h status=0stderr: |