94cfb3d24c
I'll commit real soon. Count the number of found test cases instead of hard-coding them. Allow an arbitrary exit status.
15 lines
161 B
Plaintext
15 lines
161 B
Plaintext
# $FreeBSD$
|
|
command -V ls
|
|
command -V true
|
|
command -V /bin/ls
|
|
|
|
fun() {
|
|
}
|
|
command -V fun
|
|
command -V break
|
|
command -V if
|
|
command -V {
|
|
|
|
alias foo=bar
|
|
command -V foo
|