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