summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/expansion/ifs6.0
blob: e11a678cf41a0fd658d768c5cc5c681816d28f82 (plain)
1
2
3
4
5

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