Results for builtin-bash.test.sh

statusbashoshosh_ALT
pass 161919
ok 200
BUG 100
total191919
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
6ok pass pass type -t control flow
details
7pass pass pass type -t -> file
8BUG pass pass type -t doesn't find non-executable (like command -v)
details
9pass pass pass type -t -> not found
10pass pass pass type -p builtin -> file
11pass pass pass type -p builtin -> not found
12pass pass pass type -p builtin -> not a file
13pass pass pass type -P builtin -> file
14pass pass pass type -P builtin -> not found
15pass pass pass type -P builtin -> not a file
16pass pass pass type -P builtin -> not a file but file found
17pass pass pass type -f builtin -> not found
18ok pass pass type -f builtin -> function and file exists
details
54 passed, 2 OK, 0 not implemented, 1 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

bash6 type -t control flow

stdout:
builtin
builtin
builtin
builtin
stderr:
bash8 type -t doesn't find non-executable (like command -v)

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

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