summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 11:03:45 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 13:33:34 +0100
commit6b128f03d500b13468c666db51c87eb2e194f2ca (patch)
treee6c05d1151c263ec809102f6b8f55b5ce4658b45 /selftest
parent4b541c6f030e9459df35337bce3d8ce7ba92a2c6 (diff)
downloadsamba-6b128f03d500b13468c666db51c87eb2e194f2ca.tar.gz
selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATH
metze
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/selftest.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index b4cc4c17196..d4fd57e4946 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -648,7 +648,6 @@ if ($opt_quick) {
}
$ENV{SELFTEST_TARGET} = $opt_target;
$ENV{SELFTEST_MAXTIME} = $torture_maxtime;
-$ENV{SELFTEST_CONFFILE} = $conffile;
my @available = ();
foreach my $fn (@testlists) {
@@ -852,7 +851,7 @@ server is pid `cat \$PIDDIR/samba.pid`
Some useful environment variables:
TORTURE_OPTIONS=\$TORTURE_OPTIONS
-CONFIGURATION=\$CONFIGURATION
+SMB_CONF_PATH=\$SMB_CONF_PATH
$envvarstr
\" && LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH} bash'");