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 <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-01-22 15:02:45 +01:00
parent 0458454277
commit 4907d4bf99
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A
1 changed files with 1 additions and 1 deletions

View File

@ -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];