From: Andreas Schneider Date: Fri, 17 Jun 2016 07:48:19 +0000 (+0200) Subject: selftest: Fix indentation in wait_for_start() X-Git-Tag: tdb-1.3.10~814 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6fdf3bb236f062ba16644b0dba091eec35ebbe0;p=thirdparty%2Fsamba.git selftest: Fix indentation in wait_for_start() Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 8ec87c51c22..63728ca0def 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -201,8 +201,8 @@ sub wait_for_start($$) # Ensure we have the first RID Set before we start tests. This makes the tests more reliable. if ($testenv_vars->{SERVER_ROLE} eq "domain controller" and not ($testenv_vars->{NETBIOSNAME} eq "RODC")) { - # Add hosts file for name lookups - $ENV{NSS_WRAPPER_HOSTS} = $testenv_vars->{NSS_WRAPPER_HOSTS}; + # Add hosts file for name lookups + $ENV{NSS_WRAPPER_HOSTS} = $testenv_vars->{NSS_WRAPPER_HOSTS}; if (defined($testenv_vars->{RESOLV_WRAPPER_CONF})) { $ENV{RESOLV_WRAPPER_CONF} = $testenv_vars->{RESOLV_WRAPPER_CONF}; } else {