Results for builtin-bind.test.sh

statusbashosh
pass 54
FAIL 01
total55
casebashoshdescription
0pass pass bind -l should report readline functions
1pass pass bind -p -P to print function names and key bindings
2pass pass bind -s -S accepted
3pass pass bind -v -V accepted
4pass FAIL bind -q
details
9 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

osh4 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=0
stderr:
  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