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