From 31e68cbe5bdc8d69b2b711ec8ea62dbe612ec68f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Apr 2008 14:31:16 +0200 Subject: [PATCH] libsmbconf: testsuite: test get_includes for registry backend Michael --- source/lib/smbconf/testsuite.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/lib/smbconf/testsuite.c b/source/lib/smbconf/testsuite.c index d42a5d49b03..f159faac4dd 100644 --- a/source/lib/smbconf/testsuite.c +++ b/source/lib/smbconf/testsuite.c @@ -99,6 +99,8 @@ static bool torture_smbconf_reg(void) } printf("success: init\n"); + ret &= test_get_includes(conf_ctx); + smbconf_shutdown(conf_ctx); ret = true; -- 2.47.3