summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Merey <[email protected]>2024-07-11 21:32:12 -0400
committerAaron Merey <[email protected]>2024-07-11 21:32:12 -0400
commit78c9dce1c77098c01c076c1bf6d15ab773d3b195 (patch)
tree1741c92c79951a66902df93a1ebdeba4f90d6b9b /tests
parent7a96b7545c0760f03d4f6a018bb949deb58376dd (diff)
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 <[email protected]>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-sysroot.sh2
1 files changed, 2 insertions, 0 deletions
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