mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
Merge pull request #21778 from evverx/test-cifuzz
tests: run nss-{users|hosts} by default
This commit is contained in:
@@ -608,14 +608,14 @@ tests += [
|
||||
'src/test/nss-test-util.h'],
|
||||
[],
|
||||
[libdl],
|
||||
[], 'ENABLE_NSS', 'manual'],
|
||||
[], 'ENABLE_NSS'],
|
||||
|
||||
[['src/test/test-nss-users.c',
|
||||
'src/test/nss-test-util.c',
|
||||
'src/test/nss-test-util.h'],
|
||||
[],
|
||||
[libdl],
|
||||
[], 'ENABLE_NSS', 'manual'],
|
||||
[], 'ENABLE_NSS'],
|
||||
|
||||
[['src/test/test-bus-util.c']],
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user