1 # the start of a set of tests for command keeping special builtins from
2 # exiting the shell on failure
6 command eval '( ' || echo ok 1
8 command export v=foo || echo ok 2
9 command readonly v=foo || echo ok 3
11 command shift 12 || echo ok 4
13 command return 16 || echo ok 5
14 command set -o notanoption || echo ok 6