diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-08-26 10:00:47 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-26 10:07:28 +1000 |
commit | eebb37c9b23fab3c4dc0790352a557abaf0c9898 (patch) | |
tree | 3aea595a73ab7c38aa740d07e663592124a4fc2a /source4 | |
parent | 7017e6b8824e9b1b4035299e42a1f93581406b92 (diff) | |
download | samba-eebb37c9b23fab3c4dc0790352a557abaf0c9898.tar.gz samba-eebb37c9b23fab3c4dc0790352a557abaf0c9898.tar.bz2 samba-eebb37c9b23fab3c4dc0790352a557abaf0c9898.zip |
py-samba3-test: Set lock directory to the datadir
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/samba/tests/samba3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/samba3.py b/source4/scripting/python/samba/tests/samba3.py index 03f1902142..260e151fd3 100644 --- a/source4/scripting/python/samba/tests/samba3.py +++ b/source4/scripting/python/samba/tests/samba3.py @@ -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") |