hush/shell/hush_test/hush-misc/empty_for.tests

4 lines
50 B
Plaintext
Executable File

false
for a in; do echo "HELLO"; done
echo OK: $?