From: Aaron Merey Date: Fri, 12 Jul 2024 01:32:12 +0000 (-0400) Subject: tests/run-sysroot.sh: Call exit_cleanup directly X-Git-Tag: elfutils-0.192~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78c9dce1c77098c01c076c1bf6d15ab773d3b195;p=thirdparty%2Felfutils.git tests/run-sysroot.sh: Call exit_cleanup directly exit_cleanup needs to be called directly since this test traps EXIT. Signed-off-by: Aaron Merey --- diff --git a/tests/run-sysroot.sh b/tests/run-sysroot.sh index 0bbd1aa4..1dc079cd 100755 --- a/tests/run-sysroot.sh +++ b/tests/run-sysroot.sh @@ -45,3 +45,5 @@ TID 431185: #7 0x0000ffff8ebd0ab0 __libc_start_main@@GLIBC_2.34 #8 0x0000aaaae56127f0 _start EOF + +exit_cleanup