From 837f2c3185ea0cc6c62c8fb6244d3337685ae7ec Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 25 Aug 2023 16:27:57 -0400 Subject: [PATCH] tests/kola: delete trailing whitespace in root-bash test --- tests/kola/files/root-bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kola/files/root-bash b/tests/kola/files/root-bash index ab258349bc..94caff2e6f 100755 --- a/tests/kola/files/root-bash +++ b/tests/kola/files/root-bash @@ -9,7 +9,7 @@ set -xeuo pipefail . $KOLA_EXT_DATA/commonlib.sh for bashfile in .bashrc .bash_profile .bash_logout -do +do if ! test -f "/var/roothome/${bashfile}"; then fatal "Error: could not find /var/roothome/${bashfile}" fi