tests: quote paths

This commit is contained in:
John D Pell
2022-01-01 17:46:11 -08:00
parent 2e51e92699
commit 4abafc55ef

View File

@@ -11,7 +11,7 @@ if [ -z "${BASH_IT}" ]; then
fi fi
if [ -z "$1" ]; then if [ -z "$1" ]; then
test_dirs=( ${test_directory}/{bash_it,completion,install,lib,plugins,themes} ) test_dirs=( "${test_directory}"/{bash_it,completion,install,lib,plugins,themes} )
else else
test_dirs=( "$1" ) test_dirs=( "$1" )
fi fi