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