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