diff options
Diffstat (limited to 'python/samba/tests/dsdb.py')
-rw-r--r-- | python/samba/tests/dsdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/dsdb.py b/python/samba/tests/dsdb.py index 3aef1d2fa48..f19853f970b 100644 --- a/python/samba/tests/dsdb.py +++ b/python/samba/tests/dsdb.py @@ -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) |