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

alias foo=bar
command -v foo