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

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