From: Andreas K. Hüttel Date: Sat, 8 Feb 2025 16:09:03 +0000 (+0100) Subject: support: Always run ldconfig in containered tests X-Git-Tag: glibc-2.42~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbe5065f2166be20e57a24f246a40d50e001a05d;p=thirdparty%2Fglibc.git support: Always run ldconfig in containered tests This is required so the generated ld.so.conf files take effect. Signed-off-by: Andreas K. Hüttel Reviewed-by: Adhemerval Zanella --- diff --git a/support/test-container.c b/support/test-container.c index a641250079..1c40ab377f 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -740,7 +740,7 @@ main (int argc, char **argv) char *command_basename; char *so_base; int do_postclean = 0; - bool do_ldconfig = false; + bool do_ldconfig = true; char *change_cwd = NULL; int pipes[2];