summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-06-19 14:34:02 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-06-20 10:39:15 +0200
commit5b3c121a261b8e1c99809d16d9e4e4edf7fb2060 (patch)
treecf252a5f470112743871f36ea9d2206c50076d7a /selftest/selftest.pl
parentac4b78848db1dac7e0316653d2cafe3a32990e06 (diff)
downloadsamba-5b3c121a261b8e1c99809d16d9e4e4edf7fb2060.tar.gz
selftest: Use 'ad_dc' as the default for testenv
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
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") {