Results for builtin-bash.test.sh

casebashoshosh_ALTdescription
0pass pass pass type -t -> function
1pass pass pass type -t -> alias
2pass pass pass type -t -> builtin
3pass pass pass type -t builtin -> keyword
4pass pass pass type -t builtin -> file
5pass pass pass type -t builtin -> not found
6pass pass pass help
7pass pass pass bad help topic
8pass pass pass type -p builtin -> file
9pass pass pass type -p builtin -> not found
10pass pass pass type -p builtin -> not a file
11pass pass pass type -P builtin -> file
12pass pass pass type -P builtin -> not found
13pass pass pass type -P builtin -> not a file
14pass pass pass type -P builtin -> not a file but file found
15pass pass pass type -f builtin -> not found
16ok pass pass type -f builtin -> function and file exists
details

50 passed, 1 ok, 0 known unimplemented, 0 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

bash16 type -f builtin -> function and file exists

stdout:
mv is /bin/mv
tar is /bin/tar
grep is /bin/grep
stderr: