summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/expansion/cmdsubst9.0
blob: 0b1f81f3537a5c82be1e1d9147d5ff1d8ca26145 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

set -e

cd /
dummy=$(cd /bin)
[ "$(pwd)" = / ]

v=1
dummy=$(eval v=2)
[ "$v" = 1 ]
OpenPOWER on IntegriCloud