From 4abafc55ef7421be1d64d593ccff2068c1d82699 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Sat, 1 Jan 2022 17:46:11 -0800 Subject: [PATCH] tests: quote paths --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run b/test/run index fe4ac847..7999d4fb 100755 --- a/test/run +++ b/test/run @@ -11,7 +11,7 @@ if [ -z "${BASH_IT}" ]; then fi 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 test_dirs=( "$1" ) fi