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