]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/expansion/cmdsubst9.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst9.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst9.0 216819 2010-12-30 15:04:59Z jilles $
71aad674
A
2
3set -e
4
5cd /
6dummy=$(cd /bin)
7[ "$(pwd)" = / ]
8
9v=1
10dummy=$(eval v=2)
11[ "$v" = 1 ]