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