]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/cmdsubst12.0
4d330efeea24a95ecf114a98556cfb9dbbb9ef03
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst12.0
1 # $FreeBSD: head/bin/sh/tests/expansion/cmdsubst12.0 230121 2012-01-14 23:10:18Z jilles $
2
3 f() {
4 echo x$(printf foo >&2)y
5 }
6 [ "$(f 2>&1)" = "fooxy" ]