mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
selftest: rename env dc to ad_dc_ntvfs
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
902aa3c710
commit
3de5abb954
@ -41,7 +41,7 @@ class DsdbTests(TestCase):
|
||||
session_info=self.session, credentials=self.creds,lp=self.lp)
|
||||
|
||||
def baseprovpath(self):
|
||||
return os.path.join(os.environ['SELFTEST_PREFIX'], "dc")
|
||||
return os.path.join(os.environ['SELFTEST_PREFIX'], "ad_dc_ntvfs")
|
||||
|
||||
def test_get_oid_from_attrid(self):
|
||||
oid = self.samdb.get_oid_from_attid(591614)
|
||||
|
Reference in New Issue
Block a user