summary refs log tree commit diff
path: root/bin/cash/tests/builtins/command3.0
blob: 5fd8c92c37ef3a68472bd0b0322ed457d8735468 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD: releng/12.0/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
ollow=1'>Add errors to link.shJune McEnroe