aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/expansion/ifs5.0
blob: ab0e64662fdf9b130cb0c2fc8b25b9af2b3c082c (plain) (blame)
1
2
3
4
# $FreeBSD$

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