diff --git a/test_git.sh b/test_git.sh index 80a7164..2a458d5 100755 --- a/test_git.sh +++ b/test_git.sh @@ -820,7 +820,7 @@ function list_tests() { declare -F \ | cut -f3 -d' ' \ | grep "^git::" \ - | while read -r X; do declare -F $X; done \ + | while read -r X; do declare -F "$X"; done \ | sort -n -k2 \ | cut -f1 -d' ' \ | sed 's/^git:://'