git/t/t8001-annotate.sh
Fredrik Kuivinen 8752d11d60 git-blame: Use the same tests for git-blame as for git-annotate
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-03-05 16:02:44 -08:00

10 lines
119 B
Bash
Executable file

#!/bin/sh
test_description='git-annotate'
. ./test-lib.sh
PROG='git annotate'
source ../annotate-tests.sh
test_done