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