]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/cmdsubst17.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst17.0
1 # $FreeBSD: head/bin/sh/tests/expansion/cmdsubst17.0 245422 2013-01-14 12:20:55Z jilles $
2
3 f() { return 3; }
4 f
5 [ `echo $?; :` = 3 ]