summary refs log tree commit diff
path: root/bin/1sh/tests/expansion/cmdsubst17.0
blob: ea274080b598dd543aaa37e184b9b686d0146812 (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.1/bin/sh/tests/expansion/cmdsubst17.0 245422 2013-01-14 12:20:55Z jilles $

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