diff options
Diffstat (limited to 'selftest/wscript')
-rw-r--r-- | selftest/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
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). |