tests/Regression/elfutils-debuginfod-client-not-being-called: Debuginfod client cache location change

Reflect elfutils upstream commit e939590219 (PR25502) changing the
location of the client cache.  Without this update the first run of
the testcase works, but not the subsequent runs.
This commit is contained in:
Martin Cermak 2022-08-10 14:05:07 +02:00
parent 3138353e0e
commit 96a7f16670

View File

@ -2,7 +2,7 @@
set -xe
rm -rf ~/.debuginfod_client_cache ~/.systemtap ||:
rm -rf ~/.cache/debuginfod_client ~/.systemtap ||:
debuginfod -p 8008 -d $(mktemp) -vvvvv >& debuginfod.log &
PID=$!