Results for builtin-bash.test.sh

statusbashosh
pass 1618
ok 10
BUG 10
total1818
casebashoshdescription
0pass pass type -t -> function
1pass pass type -t -> alias
2pass pass type -t -> builtin
3pass pass type -t -> keyword
4pass pass type -t -> file
5BUG pass type -t doesn't find non-executable (like command -v)
details
6pass pass type -t -> not found
7pass pass help
8pass pass bad help topic
9pass pass type -p builtin -> file
10pass pass type -p builtin -> not found
11pass pass type -p builtin -> not a file
12pass pass type -P builtin -> file
13pass pass type -P builtin -> not found
14pass pass type -P builtin -> not a file
15pass pass type -P builtin -> not a file but file found
16pass pass type -f builtin -> not found
17ok pass type -f builtin -> function and file exists
details
34 passed, 1 OK, 0 not implemented, 1 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

bash5 type -t doesn't find non-executable (like command -v)

stdout:
file
stderr:
bash17 type -f builtin -> function and file exists

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