]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/expansion/cmdsubst23.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst23.0
CommitLineData
254f12f7
A
1# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst23.0 315005 2017-03-10 16:04:00Z jilles $
2
3unset n
4x=abcd
5[ "X${n#$(echo a)}X${x#$(echo ab)}X$(echo abc)X" = XXcdXabcX ]