[PATCH] Small simplification for selftest

Jeremy Allison jra at samba.org
Wed Jan 9 17:51:59 UTC 2019


On Wed, Jan 09, 2019 at 11:44:52AM +0100, Volker Lendecke via samba-technical wrote:
> Hi!
> 
> Review appreciated!

RB+ and pushed, although all my autobuilds are failing at the
moment with unrelated errors :-(.

> -- 
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: 0551-370000-0, mailto:kontakt at sernet.de
> Gesch.F.: Dr. Johannes Loxen und Reinhild Jung
> AG Göttingen: HR-B 2816 - http://www.sernet.de

> From 3677ebb5b3919e2f8c3ac5b919a2bcb31064ddec Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Wed, 2 Jan 2019 16:33:14 +0100
> Subject: [PATCH] selftest: Remove duplicate dependency definition
> 
> ---
>  selftest/target/Samba4.pm | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
> index 8e479df939b..6b9175c7114 100755
> --- a/selftest/target/Samba4.pm
> +++ b/selftest/target/Samba4.pm
> @@ -2307,17 +2307,16 @@ sub check_env($$)
>  # To be set up, they will be called as
>  #   samba4->setup_$envname($self, $path, $dep_1_vars, $dep_2_vars, ...)
>  %Samba4::ENV_DEPS = (
>  	# name               => [dep_1, dep_2, ...],
>  	ad_dc_ntvfs          => [],
>  	ad_dc                => [],
>  	ad_dc_no_nss         => [],
>  	ad_dc_no_ntlm        => [],
> -	ad_dc_ntvfs          => [],
>  	backupfromdc         => [],
>  	customdc             => [],
>  	preforkrestartdc     => [],
>  
>  	fl2008r2dc           => ["ad_dc"],
>  	fl2003dc             => ["ad_dc"],
>  	fl2000dc             => [],
>  
> -- 
> 2.11.0
> 




More information about the samba-technical mailing list