aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/cmdsubst23.0
blob: 54b087eeb742b5a7e99a15bb6d7d368a0262b5f7 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/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 ]