X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=blobdiff_plain;f=source3%2Fselftest%2Fwscript;h=05d0d372383c6df1b5c0b4129a4ae9b0e854f411;hp=f1c6510257e88ac33330be44b67cc2bec2a6060f;hb=4e0521300f5620d4f3833dbdd1d2526dac0e86ab;hpb=fa8471a616ae72667e7b3705f58275f419212fdf diff --git a/source3/selftest/wscript b/source3/selftest/wscript index f1c6510257e..05d0d372383 100644 --- a/source3/selftest/wscript +++ b/source3/selftest/wscript @@ -156,6 +156,7 @@ def cmd_testonly(opt): # tell build system where to find config.h os.environ['CONFIG_H'] = 'bin/default/source3/include/config.h' os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs') + os.environ['NSS_WRAPPER_WINBIND_SO_PATH'] = os.path.abspath('bin/default/nsswitch/libnss-winbind.so') st_done = os.path.join(env.SELFTEST_PREFIX, 'st_done') if os.path.exists(st_done):