OILS / spec / builtin-bind.test.sh View on Github | oilshell.org

16 lines, 2 significant
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
10bind -l | sort > _tmp/this-shell-bind-l.txt
11comm -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