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