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>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Andreas K. Hüttel 2025-02-08 17:09:03 +01:00
parent ae589cb84d
commit dbe5065f21
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];