]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/expansion/ifs6.0
Import libxo-0.7.2; add xo_options.7.
[FreeBSD/FreeBSD.git] / bin / sh / tests / expansion / ifs6.0
1 # $FreeBSD$
2
3 IFS=': '
4 x=': :'
5 set -- $x
6 [ "$#|$1|$2|$3" = "2|||" ]