From 5cc7b437819a92e54024b9d8b0fed06b3fc26025 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Thu, 29 Jan 2026 01:47:22 -0500 Subject: [PATCH] tests: search for all executable scripts in test subdirs Instead of looking for scripts that contain ts_init() look for all executable scripts as some of them contain helper functions with commands and long options. Signed-off-by: Christian Goeschel Ndjomouo --- tests/ts/losetup/losetup_functions.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/ts/losetup/losetup_functions.sh diff --git a/tests/ts/losetup/losetup_functions.sh b/tests/ts/losetup/losetup_functions.sh old mode 100644 new mode 100755 -- 2.47.3