summary refs log tree commit diff
path: root/bin/cash/tests/expansion/cmdsubst25.0
blob: d08a6a73b75453ded17a771a391b74416ff15173 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.0/bin/sh/tests/expansion/cmdsubst25.0 317514 2017-04-27 18:52:18Z jilles $

IFS=' '
set -- `printf '\n '`
IFS=:
[ "$*" = '
' ]