ash testsuite: add most of hust tests which pass for ash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
x=1
|
||||
until test "$x" = 4; do echo $x; x=4; done
|
||||
|
||||
# We had a bug in multi-line form
|
||||
x=1
|
||||
until test "$x" = 4; do
|
||||
echo $x
|
||||
x=4
|
||||
done
|
||||
|
||||
echo Ok:$?
|
||||
Reference in New Issue
Block a user