From 112889d70670a23ecf8d493eab7e632b47435bb9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 29 Oct 2015 22:37:25 +0100 Subject: hush: copy for.tests from ash testsuite This test passes for hush Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/for.right | 1 + shell/hush_test/hush-misc/for.tests | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 shell/hush_test/hush-misc/for.right create mode 100755 shell/hush_test/hush-misc/for.tests diff --git a/shell/hush_test/hush-misc/for.right b/shell/hush_test/hush-misc/for.right new file mode 100644 index 000000000..d86bac9de --- /dev/null +++ b/shell/hush_test/hush-misc/for.right @@ -0,0 +1 @@ +OK diff --git a/shell/hush_test/hush-misc/for.tests b/shell/hush_test/hush-misc/for.tests new file mode 100755 index 000000000..4889a9f2d --- /dev/null +++ b/shell/hush_test/hush-misc/for.tests @@ -0,0 +1,5 @@ +for i +in OK +do + echo $i +done -- cgit v1.2.3