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