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