selftest: Fix indentation in wait_for_start()
authorAndreas Schneider <asn@samba.org>
Fri, 17 Jun 2016 07:48:19 +0000 (09:48 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 17 Jun 2016 16:15:22 +0000 (18:15 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm

index 8ec87c51c223df1bcb934f75a4a97807d67f3e29..63728ca0def82bfecfb3b03aeca990d6ed4a95c0 100755 (executable)
@@ -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 {