aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/cmdsubst25.0
blob: 065484796be1c1f729e028c92ed55d8078b1b2de (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst25.0 317514 2017-04-27 18:52:18Z jilles $

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