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