diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-05 06:33:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:50 -0500 |
commit | bfc40531785de9d3e66dab8211f83b2cfcc5581b (patch) | |
tree | ec03f621a368fec6c85f30dd065c57cc2096d8ea /source4/script/tests | |
parent | 25b4ee7af84b25f11d1cee0e10146b61f8453901 (diff) | |
download | samba-bfc40531785de9d3e66dab8211f83b2cfcc5581b.tar.gz samba-bfc40531785de9d3e66dab8211f83b2cfcc5581b.tar.bz2 samba-bfc40531785de9d3e66dab8211f83b2cfcc5581b.zip |
r22088: export PIDDIR to make the smbd pid show in 'make testenv' again.
(This used to be commit 9e95871b3a70310b8c0ca92dfdb595d7cfc559d5)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.pl b/source4/script/tests/selftest.pl index 247cd0b346..5c9c0034f0 100755 --- a/source4/script/tests/selftest.pl +++ b/source4/script/tests/selftest.pl @@ -435,7 +435,7 @@ my $testenv_vars = $target->setup_env("dc", "$prefix/dc", $socket_wrapper_dir); SocketWrapper::set_default_iface(6); foreach ("PASSWORD", "DOMAIN", "SERVER", "CONFIGURATION", - "USERNAME", "PREFIX", "NETBIOSNAME", "KRB5_CONFIG") { + "USERNAME", "PREFIX", "NETBIOSNAME", "KRB5_CONFIG", "PIDDIR") { $ENV{$_} = $testenv_vars->{$_}; } |