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>
This commit is contained in:
Fredrik Kuivinen
2006-03-05 12:13:34 +01:00
committed by Junio C Hamano
parent cfea8e077b
commit 8752d11d60
3 changed files with 97 additions and 83 deletions

9
t/t8002-blame.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
test_description='git-blame'
. ./test-lib.sh
PROG='git blame -c'
source ../annotate-tests.sh
test_done