1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.

This commit is contained in:
Jelmer Vernooij
2008-02-11 13:20:24 +01:00
parent 35f5c8294e
commit eb04de69c0
5 changed files with 13 additions and 8 deletions

View File

@@ -24,8 +24,7 @@ from ldb import Dn
import param
import unittest
lp = param.LoadParm()
lp.load("st/dc/etc/smb.conf")
lp = samba.tests.get_loadparm()
setup_dir = "setup"
def setup_path(file):