selftest: Use 'ad_dc' as the default for testenv
authorAndreas Schneider <asn@samba.org>
Mon, 19 Jun 2017 12:34:02 +0000 (14:34 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 20 Jun 2017 08:39:15 +0000 (10:39 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
selftest/selftest.pl

index f05fc5cde494657cb7c8fcf963849b91b31186e8..6869132f7af88369ce7f6371f06ece5d4b61a48d 100755 (executable)
@@ -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") {