xref: /freebsd/bin/sh/tests/expansion/ifs5.0 (revision c697fb7f)
1# $FreeBSD$
2
3set -- $(echo a b c d)
4[ "$#" = 4 ]
5