[git commit] hush: copy for.tests from ash testsuite

Denys Vlasenko vda.linux at googlemail.com
Thu Oct 29 21:37:25 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=112889d70670a23ecf8d493eab7e632b47435bb9
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

This test passes for hush

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/hush_test/hush-misc/for.right |    1 +
 shell/hush_test/hush-misc/for.tests |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

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


More information about the busybox-cvs mailing list