tests: quote paths
parent
2e51e92699
commit
4abafc55ef
2
test/run
2
test/run
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue