t/lib/LDAPContext.pm: error message nit

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Graham Christensen
2022-02-10 11:31:49 -05:00
committed by GitHub
parent 4837a68d8d
commit b1b1b4b74b

View File

@ -178,7 +178,7 @@ sub _spawn {
my ($self) = @_;
my $pid = fork;
die "When starting the LDAP server:failed to fork." if not defined $pid;
die "When starting the LDAP server: failed to fork." if not defined $pid;
if ($pid == 0) {
exec("${\$self->{'_openldap_source'}}/libexec/slapd",