summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/expansion/ifs5.0
blob: 6fdf6ebbdf41fad61bd221feea7ead71b28e2705 (plain)
1
2
3

set -- $(echo a b c d)
[ "$#" = 4 ]