Results for builtin-bash.test.sh

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

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

Details on runs that didn't PASS

bash15 type -f builtin -> function and file exists

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