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

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