mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
I'll commit real soon. Count the number of found test cases instead of hard-coding them. Allow an arbitrary exit status.
13 lines
148 B
Text
13 lines
148 B
Text
# $FreeBSD$
|
|
command -v ls
|
|
command -v true
|
|
command -v /bin/ls
|
|
|
|
fun() {
|
|
}
|
|
command -v fun
|
|
command -v break
|
|
command -v if
|
|
|
|
alias foo=bar
|
|
command -v foo
|