summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/expansion/cmdsubst18.0
blob: a9791b3acae6695f62b7607fa8345688dbb90d2c (plain)
1
2
3
4
5
6
# $FreeBSD$

x=X
unset n
r=${x+$(echo a)}${x-$(echo b)}${n+$(echo c)}${n-$(echo d)}$(echo e)
[ "$r" = aXde ]
OpenPOWER on IntegriCloud