submodule: additional regression tests for relative URLs
[gitweb.git] / t / t9902-completion.sh
index 5bda6b6e186fad8d1a4df024dc1a12ddfb78bcec..0f09fd6109386ae408a4441562ed69b6650880ae 100755 (executable)
@@ -63,7 +63,7 @@ run_completion ()
        local _cword
        _words=( $1 )
        (( _cword = ${#_words[@]} - 1 ))
-       _git && print_comp
+       __git_wrap_git && print_comp
 }
 
 test_completion ()