summary refs log tree commit diff
path: root/bin/1sh/tests/expansion/cmdsubst16.0
blob: f031d9fa7350fa50819206484e0a3855343fdbb5 (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.1/bin/sh/tests/expansion/cmdsubst16.0 245392 2013-01-13 22:35:51Z jilles $

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