]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/expansion/cmdsubst19.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst19.0
CommitLineData
254f12f7
A
1# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst19.0 314637 2017-03-03 22:46:20Z jilles $
2
3b=200 c=30 d=5 x=4
4r=$(echo a)$(($(echo b) + ${x+$(echo c)} + ${x-$(echo d)}))$(echo e)
5[ "$r" = a234e ]