From 78c9dce1c77098c01c076c1bf6d15ab773d3b195 Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Thu, 11 Jul 2024 21:32:12 -0400 Subject: [PATCH] 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 --- tests/run-sysroot.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2