aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/command14.0
blob: 5f6f4447ef61256b116eda8c65afc8def1be377c (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

r=`cd /bin && PATH=. command -V ls`
case $r in
*/bin/ls*|*/bin/./ls*) ;;
*)
	echo "Unexpected result: $r"
	exit 1
esac