hush: two NOMMU fixes for bugs 877 and 883
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
5
shell/hush_test/hush-misc/nommu2.right
Normal file
5
shell/hush_test/hush-misc/nommu2.right
Normal file
@@ -0,0 +1,5 @@
|
||||
Ok
|
||||
Ok
|
||||
Ok
|
||||
Ok
|
||||
Done
|
5
shell/hush_test/hush-misc/nommu2.tests
Executable file
5
shell/hush_test/hush-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