From f1d7d6d4df64b74ce00498e6cd9e49b2c0ec7ea0 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 29 May 2010 22:54:07 +0200 Subject: nss_wrapper/testsuite.c - make sure to test always the "NSS wrapper" calls This should fix bug #7319 and #7320. --- lib/nss_wrapper/testsuite.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/nss_wrapper') diff --git a/lib/nss_wrapper/testsuite.c b/lib/nss_wrapper/testsuite.c index da1a2675a2..9f0b1caa09 100644 --- a/lib/nss_wrapper/testsuite.c +++ b/lib/nss_wrapper/testsuite.c @@ -20,9 +20,13 @@ */ #include "includes.h" + +#ifndef NSS_WRAPPER +#define NSS_WRAPPER +#endif + #include "torture/torture.h" #include "lib/replace/system/passwd.h" -#include "lib/nss_wrapper/nss_wrapper.h" static bool copy_passwd(struct torture_context *tctx, const struct passwd *pwd, -- cgit