xref: /dflybsd-src/tools/regression/bin/sh/expansion/cmdsubst17.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
1# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst17.0 245422 2013-01-14 12:20:55Z jilles $
2
3f() { return 3; }
4f
5[ `echo $?; :` = 3 ]
6