aboutsummaryrefslogblamecommitdiff
path: root/bin/sh/tests/builtins/for3.0
blob: 010606b16c75b18fad4025023d9b58bea8e268e9 (plain) (tree)
1
2
3
4
5
6
7






                  

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