summary refs log tree commit diff
path: root/bin/1sh/tests/expansion/ifs6.0
blob: e151c9c03329f41d01e9d9a328faa2f226690d95 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.1/bin/sh/tests/expansion/ifs6.0 280920 2015-03-31 20:59:37Z jilles $

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