Staging
v0.8.1
Raw File
t8001-annotate.sh
#!/bin/sh

test_description='git-annotate'
. ./test-lib.sh

PROG='git annotate'
. ../annotate-tests.sh

test_done
back to top