Start 1.33.0 development cycle
[oweals/busybox.git] / shell / ash_test / ash-misc / assignment4.tests
1 # There was a bug where we misinterpreted assignments after 'do':
2 for i in 1; do eval b=; done
3 echo Done:$?