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.
8 lines
174 B
Text
8 lines
174 B
Text
ls is /bin/ls
|
|
true is a shell builtin
|
|
/bin/ls is /bin/ls
|
|
fun is a shell function
|
|
break is a shell builtin
|
|
if is a shell keyword
|
|
{ is a shell keyword
|
|
foo is an alias for bar
|