From 8752d11d60e8f48b6e242e7f504c8e8fd7eabb92 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Sun, 5 Mar 2006 12:13:34 +0100 Subject: git-blame: Use the same tests for git-blame as for git-annotate Signed-off-by: Fredrik Kuivinen Signed-off-by: Junio C Hamano --- t/t8002-blame.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 t/t8002-blame.sh (limited to 't/t8002-blame.sh') diff --git a/t/t8002-blame.sh b/t/t8002-blame.sh new file mode 100755 index 0000000000..1036c54d30 --- /dev/null +++ b/t/t8002-blame.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +test_description='git-blame' +. ./test-lib.sh + +PROG='git blame -c' +source ../annotate-tests.sh + +test_done -- cgit v1.2.3