1#!/bin/sh 2 3test_description='git blame' 4. ./test-lib.sh 5 6PROG='git blame -c' 7. ../annotate-tests.sh 8 9test_done
#!/bin/sh
test_description='git blame'
. ./test-lib.sh
PROG='git blame -c'
. ../annotate-tests.sh
test_done