mirror of https://github.com/mirror/busybox.git
hush: copy for.tests from ash testsuite
This test passes for hush Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/1/head
parent
c0e007663d
commit
112889d706
|
@ -0,0 +1 @@
|
|||
OK
|
|
@ -0,0 +1,5 @@
|
|||
for i
|
||||
in OK
|
||||
do
|
||||
echo $i
|
||||
done
|
Loading…
Reference in New Issue