From: Tim Beale Date: Mon, 25 Feb 2019 21:21:37 +0000 (+1300) Subject: s4:tests: Remove unused DC_ENV variable X-Git-Tag: talloc-2.2.0~194 X-Git-Url: http://git.samba.org/samba.git/?p=gd%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=3dab656394447d10d90acb1a19326bf29eec55a3;hp=15dda1a82cd993345d5f287f5fc2c0f7a3c12eeb s4:tests: Remove unused DC_ENV variable I believe this was a leftover remnant from an earlier patch revision - it's now been replaced by the DC_SERVERCONFFILE variable. Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 2613a2367d8..56aa5baa63a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -738,8 +738,7 @@ if have_heimdal_support: planoldpythontestsuite("ad_member:local", "samba.tests.auth_log_winbind", - extra_args=['-U"$DC_USERNAME%$DC_PASSWORD"'], - environ={'DC_ENV': 'ad_dc_ntvfs'}) + extra_args=['-U"$DC_USERNAME%$DC_PASSWORD"']) planoldpythontestsuite("ad_dc:local", "samba.tests.audit_log_pass_change", extra_args=['-U"$USERNAME%$PASSWORD"'], environ={'CLIENT_IP': '127.0.0.11',