aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/expansion/ifs6.0
blob: be7794563085de3ef190b6a26aa0181c24a3db8d (plain) (blame)
1
2
3
4
5
6
# $FreeBSD$

IFS=': '
x=': :'
set -- $x
[ "$#|$1|$2|$3" = "2|||" ]