]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/expansion/ifs6.0
MFC r268436,273243,278806,280920,286971: sh: Add various tests.
[FreeBSD/stable/10.git] / bin / sh / tests / expansion / ifs6.0
1 # $FreeBSD$
2
3 IFS=': '
4 x=': :'
5 set -- $x
6 [ "$#|$1|$2|$3" = "2|||" ]