xref: /freebsd/bin/sh/tests/expansion/ifs6.0 (revision 0957b409)
1# $FreeBSD$
2
3IFS=': '
4x=': :'
5set -- $x
6[ "$#|$1|$2|$3" = "2|||" ]
7