From 3738e0a904ad165c4962b9b180b51a886acdedc6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 8 Dec 2023 13:06:27 +0100 Subject: [PATCH] selftest: Remove trailing tabs/white spaces in Samba4.pm BUG: https://bugzilla.samba.org/show_bug.cgi?id=15532 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett (cherry picked from commit a2af6946f5e53b7d954aa54d3d115dbe4975b1c4) --- selftest/target/Samba4.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index a10c1313322..e559bf888a9 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -559,7 +559,7 @@ sub provision_raw_prepare($$$$$$$$$$$$$$) warn("Unable to clean up"); } - + my $swiface = Samba::get_interface($hostname); $ctx->{prefix} = $prefix; @@ -1034,7 +1034,7 @@ replace: userPrincipalName userPrincipalName: testallowed upn\@$ctx->{realm} replace: servicePrincipalName servicePrincipalName: host/testallowed -- +- "; close($ldif); unless ($? == 0) { @@ -1057,7 +1057,7 @@ servicePrincipalName: host/testallowed changetype: modify replace: userPrincipalName userPrincipalName: testdenied_upn\@$ctx->{realm}.upn -- +- "; close($ldif); unless ($? == 0) { @@ -2225,7 +2225,7 @@ sub provision_chgdcpass($$) warn("Unable to add wins configuration"); return undef; } - + # Remove secrets.tdb from this environment to test that we # still start up on systems without the new matching # secrets.tdb records. -- 2.11.4.GIT