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