diff options
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |