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

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