type1.0 revision 259210
1185377Ssam# $FreeBSD: head/bin/sh/tests/builtins/type1.0 165931 2007-01-11 00:25:20Z stefanf $
2185377Ssamcommand -v not-here && exit 1
3185377Ssamcommand -v /not-here && exit 1
4185377Ssamcommand -V not-here && exit 1
5185377Ssamcommand -V /not-here && exit 1
6185377Ssamtype not-here && exit 1
7185377Ssamtype /not-here && exit 1
8185377Ssamexit 0
9185377Ssam