selftest: Change name to sam.ldb to align with new partition module assumptions
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 11 Jan 2018 01:27:40 +0000 (14:27 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 6 Mar 2018 22:30:26 +0000 (23:30 +0100)
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/samba3sam.py

index 929523b768dd0ac044c11b00dd7ed6bf01fad719..bfc7932689f05832249faf80271a85ecfe30eccb 100644 (file)
@@ -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