summary refs log tree commit diff
path: root/bin/1sh/tests/expansion/cmdsubst23.0
blob: 02ed0c41d6ac45bf6dd6791e63190e9777e7c1d0 (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.1/bin/sh/tests/expansion/cmdsubst23.0 315005 2017-03-10 16:04:00Z jilles $

unset n
x=abcd
[ "X${n#$(echo a)}X${x#$(echo ab)}X$(echo abc)X" = XXcdXabcX ]