diff options
| author | Aaron Merey <[email protected]> | 2024-07-11 21:32:12 -0400 |
|---|---|---|
| committer | Aaron Merey <[email protected]> | 2024-07-11 21:32:12 -0400 |
| commit | 78c9dce1c77098c01c076c1bf6d15ab773d3b195 (patch) | |
| tree | 1741c92c79951a66902df93a1ebdeba4f90d6b9b /tests | |
| parent | 7a96b7545c0760f03d4f6a018bb949deb58376dd (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-x | tests/run-sysroot.sh | 2 |
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 |
