mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
unittests.lib_util_modules: test module probe with "skel", not "unix"
The unix module is not available as a module on some systems.
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit cb5f1f3b26
)
This commit is contained in:
parent
cfcee58488
commit
9dcded330b
@ -26,7 +26,7 @@ static void test_samba_module_probe(void **state)
|
||||
{
|
||||
NTSTATUS status;
|
||||
|
||||
status = smb_probe_module("auth", "unix");
|
||||
status = smb_probe_module("auth", "skel");
|
||||
assert_true(NT_STATUS_IS_OK(status));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user