summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/for3.0
blob: cc37238abbc6b0ce482776d89ed15b4b740168b1 (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

r=x
f() { return 42; }
for i in x`f`; do
	r=$?
done
[ "$r" = 42 ]
OpenPOWER on IntegriCloud