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