summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-01-12 10:07:56 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-04-28 03:43:34 +0000
commitc54d5dbe0ce86beb166728d5925afd4b6afe0f34 (patch)
tree1322cdacfc0e1d6576f75245421db6e2665bf373 /selftest
parent24c4fcf811517593074a606d12327a3d2842c427 (diff)
downloadsamba-c54d5dbe0ce86beb166728d5925afd4b6afe0f34.tar.gz
selftest: Specify /dev/null as the smbd config file
smbd will require a smb.conf later. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/target/Samba3.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 39a67377d19..87e0f6e5e98 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -27,7 +27,7 @@ sub return_alias_env
sub have_ads($) {
my ($self) = @_;
my $found_ads = 0;
- my $smbd_build_options = Samba::bindir_path($self, "smbd") . " -b|";
+ my $smbd_build_options = Samba::bindir_path($self, "smbd") . " --configfile=/dev/null -b|";
open(IN, $smbd_build_options) or die("Unable to run $smbd_build_options: $!");
while (<IN>) {