From: Andreas Schneider Date: Mon, 19 Jun 2017 12:34:02 +0000 (+0200) Subject: selftest: Use 'ad_dc' as the default for testenv X-Git-Tag: tevent-0.9.32~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3c121a261b8e1c99809d16d9e4e4edf7fb2060;p=thirdparty%2Fsamba.git selftest: Use 'ad_dc' as the default for testenv Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index f05fc5cde49..6869132f7af 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -445,7 +445,7 @@ if (defined($ENV{SMBD_MAXTIME}) and $ENV{SMBD_MAXTIME} ne "") { unless ($opt_list) { if ($opt_target eq "samba") { - $testenv_default = "ad_dc_ntvfs"; + $testenv_default = "ad_dc"; require target::Samba; $target = new Samba($bindir, $ldap, $srcdir, $server_maxtime); } elsif ($opt_target eq "samba3") {