hush: copy for.tests from ash testsuite
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Oct 2015 21:37:25 +0000 (22:37 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Oct 2015 21:37:25 +0000 (22:37 +0100)
This test passes for hush

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush_test/hush-misc/for.right [new file with mode: 0644]
shell/hush_test/hush-misc/for.tests [new file with mode: 0755]

diff --git a/shell/hush_test/hush-misc/for.right b/shell/hush_test/hush-misc/for.right
new file mode 100644 (file)
index 0000000..d86bac9
--- /dev/null
@@ -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 (executable)
index 0000000..4889a9f
--- /dev/null
@@ -0,0 +1,5 @@
+for i
+in OK
+do
+       echo $i
+done