]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/cmdsubst16.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst16.0
1 # $FreeBSD: head/bin/sh/tests/expansion/cmdsubst16.0 245392 2013-01-13 22:35:51Z jilles $
2
3 f() { return 3; }
4 f
5 [ `echo $?` = 3 ]