ash: copy three tests from hush_test/hush-signals/*

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-24 19:42:46 +02:00
parent ca50caacad
commit 8d2191c6ae
6 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
trap -- '' HUP
trap -- '' QUIT
trap -- '' SYS
Ok
trap -- '' HUP
trap -- '' QUIT
trap -- '' SYS
Ok
trap -- '' HUP
trap -- '' QUIT
trap -- '' SYS
Ok
trap -- '' HUP
trap -- '' QUIT
trap -- '' SYS
Ok
trap -- '' HUP
trap -- '' QUIT
trap -- '' SYS
Terminated
Done