From 4fbc56174d494998ef84f6cace76ca22d4297e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Thu, 20 Jul 2023 14:21:04 +0200 Subject: [PATCH] test: Drop function keyword from common.sh --- test/includes/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/includes/common.sh b/test/includes/common.sh index 830a67371..420820355 100644 --- a/test/includes/common.sh +++ b/test/includes/common.sh @@ -4,7 +4,7 @@ IMG=${IMG:=quay.io/$USER/tomcat_mod_cluster} HTTPD_IMG=${HTTPD_IMG:=quay.io/${USER}/httpd_mod_cluster} # Runs a test file ($1) under given name ($2, if given) -function run_test() { +run_test() { local ret=0 if [ -z ${2+x} ]; then printf "Running %-42s ..." $2