1 ## oils_failures_allowed: 0
2 ## compare_shells: bash
3
4 # NB: This is only for NON-interactive tests of bind.
5 # See spec/stateful/bind.py for the remaining tests.
6
7
8 #### bind -l should report readline functions
9
10 bind -l | sort > _tmp/this-shell-bind-l.txt
11 comm -23 $REPO_ROOT/spec/testdata/bind/bind_l_function_list.txt _tmp/this-shell-bind-l.txt
12
13 ## status: 0
14 ## STDOUT:
15 ## END
16