ifs5.0 revision 287755
1# $FreeBSD: stable/10/bin/sh/tests/expansion/ifs5.0 287755 2015-09-13 14:24:12Z jilles $
2
3set -- $(echo a b c d)
4[ "$#" = 4 ]
5