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

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