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