xref: /dflybsd-src/tools/regression/bin/sh/expansion/ifs5.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
1# $FreeBSD: head/bin/sh/tests/expansion/ifs5.0 278806 2015-02-15 19:48:29Z jilles $
2
3set -- $(echo a b c d)
4[ "$#" = 4 ]
5