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:
4
shell/ash_test/ash-misc/exit1.tests
Executable file
4
shell/ash_test/ash-misc/exit1.tests
Executable file
@@ -0,0 +1,4 @@
|
||||
trap "echo Not shown" EXIT
|
||||
(exit) # must be silent
|
||||
trap "echo Once; exit" EXIT
|
||||
{ exit; }
|
||||
Reference in New Issue
Block a user