mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +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 cb5f1f3b262467faba59b3b323e240d1351d5fc0)
This commit is contained in:
parent
cfcee58488
commit
9dcded330b
@ -26,7 +26,7 @@ static void test_samba_module_probe(void **state)
|
|||||||
{
|
{
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
|
|
||||||
status = smb_probe_module("auth", "unix");
|
status = smb_probe_module("auth", "skel");
|
||||||
assert_true(NT_STATUS_IS_OK(status));
|
assert_true(NT_STATUS_IS_OK(status));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user