mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.
(This used to be commit eb04de69c0
)
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user