diff --git a/t/lib/LDAPContext.pm b/t/lib/LDAPContext.pm index e3928a51..47188c2b 100644 --- a/t/lib/LDAPContext.pm +++ b/t/lib/LDAPContext.pm @@ -30,12 +30,12 @@ sub new { my $socket = "$root/slapd.socket"; my $self = { - _tmpdir => $root, _db_dir => $db_dir, _openldap_source => $ENV{"OPENLDAP_ROOT"}, _pid_file => $pid_file, _slapd_dir => $slapd_dir, _socket => $socket, + _tmpdir => $root, }; my $blessed = bless $self, $class;