summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/cmdsubst17.0
blob: d3a2b54f1671ac41e121ee5181fdc64b58a482b7 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst17.0 245422 2013-01-14 12:20:55Z jilles $

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