[PATCH 3/4] support: Always run ldconfig in containered tests
dilfridge@gentoo.org
dilfridge@gentoo.org
Wed Jan 22 16:12:42 GMT 2025
From: Andreas K. Hüttel <dilfridge@gentoo.org>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
---
support/test-container.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/test-container.c b/support/test-container.c
index 79d3189e2f..10ff6a601b 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];
--
2.45.2
More information about the Libc-alpha
mailing list