sh testsuite: sync ash-misc/source* and hush-misc/source*
[oweals/busybox.git] / shell / hush_test / hush-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:$?