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