Results for builtin-bash.test.sh

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

33 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: