selftest: VFSLIBDIR is not needed, the waf build knows where to find modules automati...
[obnox/samba/samba-obnox.git] / selftest / wscript
index c7637a19ac5837ab6acdc1537316b571f478691d..0c2fec84639c86acf4f36fcc1e5588c5a61584d0 100644 (file)
@@ -179,7 +179,6 @@ def cmd_testonly(opt):
         os.environ['LDB_MODULES_PATH'] = 'bin/modules/ldb'
 
     # tell build system where to find config.h
-    os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs')
     os.environ['CONFIG_H'] = 'bin/default/include/config.h'
 
     st_done = os.path.join(env.SELFTEST_PREFIX, 'st_done')