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

nl='
'
v=$nl`printf '\n'`
[ "$v" = "$nl" ]