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:
6
shell/ash_test/ash-misc/empty_for2.tests
Executable file
6
shell/ash_test/ash-misc/empty_for2.tests
Executable file
@@ -0,0 +1,6 @@
|
||||
if test $# = 0; then
|
||||
exec "$THIS_SH" $0 abc "d e" 123
|
||||
fi
|
||||
false
|
||||
for v; do echo "PARAM:$v"; done
|
||||
echo OK: $?
|
||||
Reference in New Issue
Block a user