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

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