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