From cf38a1f850dd3712e7cd71364cc86ecba7871d03 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 14 Jan 2010 13:21:44 +0100 Subject: [PATCH] s3 test: Fix WINBINDD-STRUCT tests The struct-based tests are working in make selftest, make them work in plain "make test" as well. --- source3/script/tests/selftest.sh | 3 +++ source4/torture/winbind/struct_based.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index c952ef20294..91052a70653 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -244,6 +244,8 @@ cat >$SERVERCONFFILE<lp_ctx)); expected = strupper_talloc(torture, expected); - + torture_assert_str_equal(torture, rep.data.netbios_name, expected, "winbindd's netbios name doesn't match"); -- 2.34.1