diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-05-01 03:26:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:54 -0500 |
commit | d67c96504c3d285703e3839608f4e08cd1349797 (patch) | |
tree | fc0281a463112a637afffcad7ea2abba195fbf8a /source4/selftest/selftest.pl | |
parent | f7e093572797e09d7bd78db2d452914092b68c5a (diff) | |
download | samba-d67c96504c3d285703e3839608f4e08cd1349797.tar.gz samba-d67c96504c3d285703e3839608f4e08cd1349797.tar.bz2 samba-d67c96504c3d285703e3839608f4e08cd1349797.zip |
r22623: export SMB_CONF_PATH from selftest.pl
metze
(This used to be commit 6fb6666e42b78bce57feaccb9a74231074f0abce)
Diffstat (limited to 'source4/selftest/selftest.pl')
-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 = (); |