summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/type1.0
blob: c5e456437946be2fe9a7702c5320048e54ab4205 (plain)
1
2
3
4
5
6
7
8
# $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
OpenPOWER on IntegriCloud