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