diff options
| author | Aaron Merey <[email protected]> | 2024-07-11 20:02:23 -0400 |
|---|---|---|
| committer | Aaron Merey <[email protected]> | 2024-07-11 20:02:23 -0400 |
| commit | 7a96b7545c0760f03d4f6a018bb949deb58376dd (patch) | |
| tree | 76795362f58930987fc074fa95fb01b9a299528e | |
| parent | 39e962f063b5e8b9c602017c8bc79f03f31873bb (diff) | |
tests/run-sysroot.sh: Delete file with tempfiles
Signed-off-by: Aaron Merey <[email protected]>
| -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 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 |
