hush: continue fixing quoting and subst: fix glob_and_assign.tests.
[oweals/busybox.git] / shell / hush_test / hush-bugs / empty_for.tests
1 false
2 for a in; do echo "HELLO"; done
3 echo OK: $?