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