selftest: we have a global $ENV{UID_WRAPPER} = 1, don't set it again
[bbaumbach/samba-autobuild/.git] / selftest / target / Samba4.pm
index 7d43d790ed7e541767850ba85096f139836af78a..3cbe317c5c5b4e62ec23bb730503e37da32ff21e 100755 (executable)
@@ -77,7 +77,6 @@ sub check_or_start($$$)
 
        # the samba process takes some additional env variables (compared to s3)
        my $samba_envs = Samba::get_env_for_process("samba", $env_vars);
-       $samba_envs->{UID_WRAPPER} = "1";
        if (defined($ENV{MITKRB5})) {
                $samba_envs->{KRB5_KDC_PROFILE} = $env_vars->{MITKDC_CONFIG};
        }