From 44b731f4b47773c274dafea8ac9f5c5a0cae75b7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 13 Jun 2024 07:32:04 +0200 Subject: [PATCH] remove space --- usr/bin/archboot-testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index 16aa1a5d3..fd3e9a24f 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -13,7 +13,7 @@ _usage () { exit 0 } _run_test () { - echo -e "\e[1mTestsuite checking ${1} ...\e[m" + echo -e "\e[1mTestsuite checking ${1}...\e[m" } _result() { if [[ -s ${1} ]]; then