]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/bin/sh/expansion/cmdsubst16.0
MFC r245383,245392,247190,249220,251180,251797: New sh testcases.
[FreeBSD/stable/9.git] / tools / regression / bin / sh / expansion / cmdsubst16.0
1 # $FreeBSD$
2
3 f() { return 3; }
4 f
5 [ `echo $?` = 3 ]