diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-10-24 04:26:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-10-24 04:26:43 +0200 |
commit | e16f7eb5967b9a960f4600c20690af63fb830b60 (patch) | |
tree | 3a07d75e1bb30874324816aa3ec1e7a6cfc898dc /shell/hush_test/hush-misc | |
parent | b65d6cb00fa0ea51bac4c4e62b576b43ae2c996b (diff) | |
download | busybox-w32-e16f7eb5967b9a960f4600c20690af63fb830b60.tar.gz busybox-w32-e16f7eb5967b9a960f4600c20690af63fb830b60.tar.bz2 busybox-w32-e16f7eb5967b9a960f4600c20690af63fb830b60.zip |
hush: output bash-compat killing signal names
This significantly syncronises ash-signals and hush-signals tests.
function old new delta
process_wait_result 449 450 +1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc')
-rw-r--r-- | shell/hush_test/hush-misc/sig_exitcode.right | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush_test/hush-misc/sig_exitcode.right b/shell/hush_test/hush-misc/sig_exitcode.right index d5f000a08..7cbc1072d 100644 --- a/shell/hush_test/hush-misc/sig_exitcode.right +++ b/shell/hush_test/hush-misc/sig_exitcode.right | |||
@@ -1,5 +1,5 @@ | |||
1 | KILL | 1 | Killed |
2 | 137:137 | 2 | 137:137 |
3 | KILL | 3 | Killed |
4 | 0:0 | 4 | 0:0 |
5 | Done | 5 | Done |