sh testsuite: sync ash-misc/source* and hush-misc/source*
[oweals/busybox.git] / shell / hush_test / hush-misc / empty_for.tests
1 false
2 for a in; do echo "HELLO"; done
3 echo OK: $?