xref: /freebsd/bin/sh/tests/builtins/command1.0 (revision 130d950cafcd29c6a32cf5357bf600dcd9c1d998)
1# $FreeBSD$
2true() {
3	false
4}
5command true
6