diff options
Diffstat (limited to 'shell/ash_test/ash-misc/for_with_keywords.tests')
-rwxr-xr-x | shell/ash_test/ash-misc/for_with_keywords.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash_test/ash-misc/for_with_keywords.tests b/shell/ash_test/ash-misc/for_with_keywords.tests new file mode 100755 index 000000000..a8b8e4264 --- /dev/null +++ b/shell/ash_test/ash-misc/for_with_keywords.tests @@ -0,0 +1,2 @@ +for if in do done then; do echo $if; done +echo OK: $? |