commit | a62bc80571eae6d286aed9a92d47dc42318a8146 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Oct 03 00:06:55 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Oct 03 00:06:55 2016 +0200 |
tree | 45ce124c7a8426ebf95c07a34c3c521595e400de | |
parent | ce332a23a3ff45a5aeb3e737da15b469badd5d12 [diff] [blame] |
ash testsuite: add most of hust tests which pass for ash Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/ash_test/ash-signals/save-ret.tests b/shell/ash_test/ash-signals/save-ret.tests new file mode 100755 index 0000000..0786b6d --- /dev/null +++ b/shell/ash_test/ash-signals/save-ret.tests
@@ -0,0 +1,4 @@ +# make sure we do not corrupt $? across traps +trap "echo YEAH; false" USR1 +kill -USR1 $$ +echo $?