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