aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/exitcode_trap6.right
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-02-21 02:55:53 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-02-21 02:55:53 +0100
commit3ced804e3118d138781c3e4baa6bf1589b9f2dfd (patch)
tree963276adb3280dfa605725e20598afe566139f08 /shell/ash_test/ash-misc/exitcode_trap6.right
parentcc9ecd9af13f04a4814ebdec60942962c3e9f14f (diff)
downloadbusybox-3ced804e3118d138781c3e4baa6bf1589b9f2dfd.tar.gz
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
function old new delta check_and_run_traps 276 278 +2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-misc/exitcode_trap6.right')
-rw-r--r--shell/ash_test/ash-misc/exitcode_trap6.right2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash_test/ash-misc/exitcode_trap6.right b/shell/ash_test/ash-misc/exitcode_trap6.right
new file mode 100644
index 000000000..b76c1908e
--- /dev/null
+++ b/shell/ash_test/ash-misc/exitcode_trap6.right
@@ -0,0 +1,2 @@
+INT
+42:42