]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3927] fixed unit tests
authorRazvan Becheriu <razvan@isc.org>
Tue, 8 Jul 2025 11:03:11 +0000 (14:03 +0300)
committerRazvan Becheriu <razvan@isc.org>
Tue, 8 Jul 2025 11:03:11 +0000 (14:03 +0300)
src/lib/asiolink/testutils/meson.build

index b42856b61af55f91b33f88d79be3342a7d82d2c0..f5f5af49dce1f4e04bd2144d8acd5293dd041dbd 100644 (file)
@@ -49,6 +49,10 @@ elif CRYPTO_DEP.name() == botan.name()
 endif
 
 # PostgreSQL requires restricted permissions on the key files.
+configure_file(
+    command: ['chmod', 'og-rwx', f'@TEST_CA_DIR@/kea-client.key'],
+    output: f'kea-client.key',
+)
 configure_file(
     command: ['chmod', 'og-rwx', f'@TEST_CA_DIR@/kea-other.key'],
     output: f'kea-other.key',