summaryrefslogtreecommitdiff
path: root/python/samba/tests/dsdb.py
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-03-05 23:38:26 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-03-16 23:04:46 +0100
commit3de5abb954e8fb5e947390bde4a6d5e95fbc8d28 (patch)
treece1d8bdf728e22747df1504a9150b128a83b9c46 /python/samba/tests/dsdb.py
parent902aa3c7102b8fb7284361e9388f2d465e9782bc (diff)
downloadsamba-3de5abb954e8fb5e947390bde4a6d5e95fbc8d28.tar.gz
selftest: rename env dc to ad_dc_ntvfs
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba/tests/dsdb.py')
-rw-r--r--python/samba/tests/dsdb.py2
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)