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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",