Results for builtin-bash.test.sh

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

Details on runs that didn't PASS

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