diff options
author | Denys Vlasenko | 2020-10-24 03:33:32 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-01-01 14:30:58 +0100 |
commit | 0f668aad7ff7ee55141c93498636921b4a52f2eb (patch) | |
tree | 7eb1dc2bc148f63b6fe7bb6afe0b8616ef119dee /shell/hush_test | |
parent | 06f7cf148767a0b521bd296c276df5169add5cfb (diff) | |
download | busybox-0f668aad7ff7ee55141c93498636921b4a52f2eb.zip busybox-0f668aad7ff7ee55141c93498636921b4a52f2eb.tar.gz |
hush: do not print killing signal name in `cmd_whihc_dies_on_signal`
function old new delta
process_wait_result 438 449 +11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-psubst/tick6.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-psubst/tick6.tests | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-psubst/tick6.right b/shell/hush_test/hush-psubst/tick6.right new file mode 100644 index 0000000..065fd3e --- /dev/null +++ b/shell/hush_test/hush-psubst/tick6.right @@ -0,0 +1 @@ +137 diff --git a/shell/hush_test/hush-psubst/tick6.tests b/shell/hush_test/hush-psubst/tick6.tests new file mode 100755 index 0000000..33dd363 --- /dev/null +++ b/shell/hush_test/hush-psubst/tick6.tests @@ -0,0 +1 @@ +true; echo `sh -c 'kill -9 $$'` $? |