]> Pileus Git - ~andy/git/blobdiff - t/t9902-completion.sh
rebase --root: print usage on too many args
[~andy/git] / t / t9902-completion.sh
index 5bda6b6e186fad8d1a4df024dc1a12ddfb78bcec..256e6a0b3f3d001482cf0a21605f6a860d935d58 100755 (executable)
@@ -63,7 +63,7 @@ run_completion ()
        local _cword
        _words=( $1 )
        (( _cword = ${#_words[@]} - 1 ))
-       _git && print_comp
+       __git_wrap__git_main && print_comp
 }
 
 test_completion ()