51 umask -S u=rwx,g=rwx,o=rx
91 hash: hash table empty
95 in source.sub2, calling return
108 ./source5.sub: line 23: /tmp/source-notthere: No such file or directory
110 ./source5.sub: line 30: /tmp/source-notthere: No such file or directory
146 declare -x FOO="\$\$"
147 ./builtins.tests: line 226: declare: FOO: not found
148 declare -x FOO="\$\$"
151 ./builtins.tests: line 258: kill: 4096: invalid signal specification
163 declare -a c=([0]="4")
164 declare -A c=([0]="4" )
165 declare -a c=([0]="1" [1]="2" [2]="3")
166 declare -A c=([two]="2" [three]="3" [one]="1" )
167 declare -a c=([0]="1" [1]="2" [2]="3")
168 declare -a c=([0]="1" [1]="2" [2]="3")
188 argv[1] = <one two three>
211 ./builtins6.sub: line 41: declare: f1: not found
212 ./builtins6.sub: line 41: declare: f2: not found
238 bush: line 1: notthere: No such file or directory
240 bush: line 1: notthere: No such file or directory
242 bush: line 1: .: notthere: file not found
244 bush: line 1: .: notthere: file not found
257 ./builtins7.sub: line 19: : command not found
260 ./builtins7.sub: line 27: notthere: No such file or directory
262 ./builtins7.sub: line 28: notthere: No such file or directory
264 type is a shell builtin
267 + command command -v type
269 + command -p command -v type
271 + command -p -- command -v type
274 ./builtins.tests: line 282: exit: status: numeric argument required