aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/for_with_keywords.tests
blob: a8b8e4264dceef6e0a1cab8224dbd6d22933d391 (plain)
1
2
for if in do done then; do echo $if; done
echo OK: $?