summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/command3.0
blob: 20d566048f8bccb6fbfc000fc9883621665caee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD: releng/12.1/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