remove space

This commit is contained in:
Tobias Powalowski 2024-06-13 07:32:04 +02:00
parent d57230a989
commit 44b731f4b4

View file

@ -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