xref: /dflybsd-src/tools/regression/bin/sh/builtins/command1.0 (revision fb1dde20d596d2938b7c0e3b7c31acf4a7cb4d0a)
1# $FreeBSD: head/bin/sh/tests/builtins/command1.0 151797 2005-10-28 14:02:42Z stefanf $
2true() {
3	false
4}
5command true
6