From 5b3c121a261b8e1c99809d16d9e4e4edf7fb2060 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 19 Jun 2017 14:34:02 +0200 Subject: [PATCH] selftest: Use 'ad_dc' as the default for testenv Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- selftest/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.11.4.GIT