summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/cmdsubst12.0
blob: 4d330efeea24a95ecf114a98556cfb9dbbb9ef03 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst12.0 230121 2012-01-14 23:10:18Z jilles $

f() {
	echo x$(printf foo >&2)y
}
[ "$(f 2>&1)" = "fooxy" ]