xref: /freebsd/bin/sh/tests/expansion/cmdsubst23.0 (revision 5bf5ca772c6de2d53344a78cf461447cc322ccea)
1# $FreeBSD$
2
3unset n
4x=abcd
5[ "X${n#$(echo a)}X${x#$(echo ab)}X$(echo abc)X" = XXcdXabcX ]
6