]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/expansion/ifs5.0
MFC r268436,273243,278806,280920,286971: sh: Add various tests.
[FreeBSD/stable/10.git] / bin / sh / tests / expansion / ifs5.0
1 # $FreeBSD$
2
3 set -- $(echo a b c d)
4 [ "$#" = 4 ]