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