summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/command5.0
blob: 7c99b52cf17ba599aa677d3b2514ed8845419312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: head/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