From 3a4ba8b76372f7d8bd47707ca0da25bec857127c Mon Sep 17 00:00:00 2001 From: salonidabgar Date: Sat, 19 Apr 2025 10:19:23 +0530 Subject: [PATCH] Fix file permissions: remove executable bit from CMakeLists.txt as it's a configuration file Signed-off-by: salonidabgar Reviewed-by: Jakub Jelen --- tests/client/CMakeLists.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tests/client/CMakeLists.txt diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt old mode 100755 new mode 100644