aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/expansion/cmdsubst17.0
blob: 8c29e8318327d2c3cdfce61f14ef2b7361e8ba84 (plain) (blame)
1
2
3
4
5
# $FreeBSD$

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