xref: /freebsd/bin/sh/tests/builtins/command14.0 (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1*ccd0a51fSJilles Tjoelker
2*ccd0a51fSJilles Tjoelkerr=`cd /bin && PATH=. command -V ls`
3*ccd0a51fSJilles Tjoelkercase $r in
4*ccd0a51fSJilles Tjoelker*/bin/ls*|*/bin/./ls*) ;;
5*ccd0a51fSJilles Tjoelker*)
6*ccd0a51fSJilles Tjoelker	echo "Unexpected result: $r"
7*ccd0a51fSJilles Tjoelker	exit 1
8*ccd0a51fSJilles Tjoelkeresac
9