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:
5
shell/ash_test/ash-misc/nommu2.tests
Executable file
5
shell/ash_test/ash-misc/nommu2.tests
Executable file
@@ -0,0 +1,5 @@
|
||||
echo Not shown | if true; then echo $(echo Ok); fi
|
||||
echo Not shown | if true; then echo `echo Ok`; fi
|
||||
echo Not shown | ( if true; then echo $(echo Ok); fi )
|
||||
echo Not shown | ( if true; then echo `echo Ok`; fi )
|
||||
echo Done
|
Reference in New Issue
Block a user