mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +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:
committed by
Karolin Seeger
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user