Skip to content

Commit

Permalink
tests/kola: delete trailing whitespace in root-bash test
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe authored and HuijingHei committed Oct 10, 2023
1 parent 7bac240 commit 837f2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kola/files/root-bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 837f2c3

Please sign in to comment.