xref: /dflybsd-src/tools/regression/bin/sh/expansion/ifs6.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
1# $FreeBSD: head/bin/sh/tests/expansion/ifs6.0 280920 2015-03-31 20:59:37Z jilles $
2
3IFS=': '
4x=': :'
5set -- $x
6[ "$#|$1|$2|$3" = "2|||" ]
7