tests: Use 127.0.0.1 in run-debuginfod-find.sh instead of localhost.
authorMark Wielaard <mark@klomp.org>
Sat, 23 Nov 2019 13:09:42 +0000 (14:09 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 23 Nov 2019 13:16:29 +0000 (14:16 +0100)
commit1e651ad457f445ff933b4fdd7e2c82bd1fc0f2cd
tree1ec7ec71253e470336c096f9a499b293b86a5862
parentfa0226a78a101d26fd80c7e9e70a5f0aa6f9d1cc
tests: Use 127.0.0.1 in run-debuginfod-find.sh instead of localhost.

The way curl does hostname lookups in multi_curl mode takes a very long
time under valgrind. Replace all localhosti hostnames with 127.0.0.1 so
no lookups are necessary.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/run-debuginfod-find.sh