xref: /freebsd/bin/sh/tests/expansion/cmdsubst25.0 (revision 069ac184)
1
2IFS=' '
3set -- `printf '\n '`
4IFS=:
5[ "$*" = '
6' ]
7