]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/ifs7.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / ifs7.0
1 # $FreeBSD: head/bin/sh/tests/expansion/ifs7.0 280920 2015-03-31 20:59:37Z jilles $
2
3 IFS=2
4 set -- $((123))
5 [ "$#|$1|$2|$3" = "2|1|3|" ]