From: Gary Lockyer Date: Thu, 11 Jan 2018 01:27:40 +0000 (+1300) Subject: selftest: Change name to sam.ldb to align with new partition module assumptions X-Git-Tag: talloc-2.1.12~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b8f540b8d2132d9151fae4a3f2d6394fe8028ef;p=thirdparty%2Fsamba.git selftest: Change name to sam.ldb to align with new partition module assumptions Signed-off-by: Gary Lockyer Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/samba3sam.py b/python/samba/tests/samba3sam.py index 929523b768d..bfc7932689f 100644 --- a/python/samba/tests/samba3sam.py +++ b/python/samba/tests/samba3sam.py @@ -73,7 +73,7 @@ class MapBaseTestCase(TestCaseInTempDir): def make_s4dn(basedn, rdn): return "%s,%s" % (rdn, basedn) - self.ldbfile = os.path.join(self.tempdir, "test.ldb") + self.ldbfile = os.path.join(self.tempdir, "sam.ldb") self.ldburl = "tdb://" + self.ldbfile tempdir = self.tempdir