mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
py-samba3-test: Set lock directory to the datadir
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7017e6b882
commit
eebb37c9b2
@ -66,6 +66,7 @@ class PassdbTestCase(TestCase):
|
||||
self.lp.load(os.path.join(DATADIR, "smb.conf"))
|
||||
self.lp.set("private dir", DATADIR)
|
||||
self.lp.set("state directory", DATADIR)
|
||||
self.lp.set("lock directory", DATADIR)
|
||||
passdb.set_secrets_dir(DATADIR)
|
||||
self.pdb = passdb.PDB("tdbsam")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user