From 7a96b7545c0760f03d4f6a018bb949deb58376dd Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Thu, 11 Jul 2024 20:02:23 -0400 Subject: [PATCH] tests/run-sysroot.sh: Delete file with tempfiles 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 cfdc51e9..0bbd1aa4 100755 --- a/tests/run-sysroot.sh +++ b/tests/run-sysroot.sh @@ -31,6 +31,8 @@ testrun "${abs_top_builddir}"/src/stack --core "${tmpdir}/core.bash" \ # was built with LZMA support. sed -i '4,5d' "${tmpdir}/stack.out" +tempfiles cat.out + # check that we are able to get fully symbolized backtrace testrun_compare cat "${tmpdir}/stack.out" <<\EOF PID 431185 - core -- 2.47.2