| Current Path : /usr/tests/bin/sh/builtins/ |
| Current File : //usr/tests/bin/sh/builtins/type1.0 |
# $FreeBSD$ command -v not-here && exit 1 command -v /not-here && exit 1 command -V not-here && exit 1 command -V /not-here && exit 1 type not-here && exit 1 type /not-here && exit 1 exit 0