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

IFS=2
set -- $((123))
[ "$#|$1|$2|$3" = "2|1|3|" ]