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:

committed by
Junio C Hamano

parent
cfea8e077b
commit
8752d11d60
9
t/t8002-blame.sh
Executable file
9
t/t8002-blame.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
test_description='git-blame'
|
||||
. ./test-lib.sh
|
||||
|
||||
PROG='git blame -c'
|
||||
source ../annotate-tests.sh
|
||||
|
||||
test_done
|
Reference in New Issue
Block a user