1 # $FreeBSD: head/bin/sh/tests/builtins/command6.0 218356 2011-02-05 23:00:24Z jilles $
3 case $(command -pV ls) in
5 echo "Failed: \$(command -pV ls) should not match */var/empty/ls*" ;;
8 echo "Failed: \$(command -pV ls) match \"ls is\"*\" \"/*/ls" ;;