diff options
-rwxr-xr-x | source4/selftest/selftest.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl index b60613da64..982d4a77b0 100755 --- a/source4/selftest/selftest.pl +++ b/source4/selftest/selftest.pl @@ -647,6 +647,7 @@ print "OPTIONS $ENV{TORTURE_OPTIONS}\n"; my @todo = (); my $testsdir = "$srcdir/selftest"; +$ENV{SMB_CONF_PATH} = "$conffile"; $ENV{CONFIGURATION} = "--configfile=$conffile"; my %required_envs = (); |