From c7fbb631b42d22ec6e2d826d72288ffa0ad324dc Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Mon, 18 Dec 2023 12:13:32 +0000 Subject: [PATCH] % is the start of a function - so use %% for literal % --- src/tests/modules/ldap/map.unlang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/modules/ldap/map.unlang b/src/tests/modules/ldap/map.unlang index 166b2f11c886b..06313edb4cfec 100644 --- a/src/tests/modules/ldap/map.unlang +++ b/src/tests/modules/ldap/map.unlang @@ -28,7 +28,7 @@ if (!notfound) { test_fail } -map ldapldapi "ldapi://%2Ftmp%2Fldap%2Fsocket/ou=people,dc=example,dc=com??sub?(uid=John)" { +map ldapldapi "ldapi://%%2Ftmp%%2Fldap%%2Fsocket/ou=people,dc=example,dc=com??sub?(uid=John)" { &Tmp-String-2 := 'displayName' }