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