summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/ifs6.0
blob: 3ec5dbc13398b2a1e60dd9e9d4a7d96d08bdc058 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/expansion/ifs6.0 280920 2015-03-31 20:59:37Z jilles $

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