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:
parent
637ccd2fa4
commit
951280ce99
@ -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) {
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user