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