1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-22 22:03:43 +03:00

tests: no longer load libnss_{files|dns}

Those libraries aren't provided by systemd so they shouldn't be
included here
This commit is contained in:
Evgeny Vereshchagin 2021-12-31 23:14:59 +00:00
parent 637ccd2fa4
commit 951280ce99
2 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ static int parse_argv(int argc, char **argv,
#if ENABLE_NSS_MYMACHINES
"mymachines",
#endif
"dns");
NULL);
assert_se(modules);
if (argc > 2) {

View File

@ -214,7 +214,7 @@ static int parse_argv(int argc, char **argv,
#if ENABLE_NSS_MYMACHINES
"mymachines",
#endif
"files");
NULL);
assert_se(modules);
if (argc > 2)