From d6fdf3bb236f062ba16644b0dba091eec35ebbe0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 17 Jun 2016 09:48:19 +0200 Subject: [PATCH] selftest: Fix indentation in wait_for_start() Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- selftest/target/Samba4.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.47.3