From 9000188fb4226b4c70ae6b50292a0fe2a55e653c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 18 Apr 2011 17:38:35 +1000 Subject: selftest Add combined 'Samba' target module To work around environment variable handling, the initialisation of NSS_WRAPPER_WINBIND_SO_PATH is pushed in to Samba3.pm (the s3 autoconf build still overrides this) Andrew Bartlett --- selftest/wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'selftest/wscript') diff --git a/selftest/wscript b/selftest/wscript index afd9b9d4eb..ecf650274a 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -180,8 +180,6 @@ def cmd_testonly(opt): if env.SELFTEST_TARGET == "samba4": env.SELFTEST_DIR = "${srcdir}/source4/selftest" elif env.SELFTEST_TARGET == "samba3": - #This must *only* be set for a Samba3 test, as it will cause timeouts otherwise (as it tries to talk to winbindd) - os.environ['NSS_WRAPPER_WINBIND_SO_PATH'] = os.path.abspath('bin/default/nsswitch/libnss-winbind.so') env.SELFTEST_DIR = "${srcdir}/source3/selftest" # We use the full path rather than relative path because it cause problems on some plateforms (ie. solaris 8). -- cgit