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