From b1b1b4b74b243871aa4908b54ab6603b0163ed57 Mon Sep 17 00:00:00 2001
From: Graham Christensen <graham@grahamc.com>
Date: Thu, 10 Feb 2022 11:31:49 -0500
Subject: [PATCH] t/lib/LDAPContext.pm: error message nit

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
---
 t/lib/LDAPContext.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/lib/LDAPContext.pm b/t/lib/LDAPContext.pm
index bff5aa06..e3928a51 100644
--- a/t/lib/LDAPContext.pm
+++ b/t/lib/LDAPContext.pm
@@ -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",