summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/cmdsubst16.0
blob: 248360147a96bce11a880878a6e47de1b71bfcb9 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst16.0 245392 2013-01-13 22:35:51Z jilles $

f() { return 3; }
f
[ `echo $?` = 3 ]