summary refs log tree commit diff
path: root/bin/cash/tests/builtins/command5.0
blob: 5a2c1b0b1df7eb7e6efec2bee1584f48c6ed9d7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: releng/12.0/bin/sh/tests/builtins/command5.0 211399 2010-08-16 17:18:08Z jilles $
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