1# $FreeBSD: head/tools/regression/bin/sh/builtins/command1.0 151797 2005-10-28 14:02:42Z stefanf $
2true() {
3	false
4}
5command true
6