Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Kuivinen <freku045@student.liu.se>2006-03-05 14:13:34 +0300
committerJunio C Hamano <junkio@cox.net>2006-03-06 03:02:44 +0300
commit8752d11d60e8f48b6e242e7f504c8e8fd7eabb92 (patch)
treec39dcdc70ea65d7ed2aeb005f7581f36835681b8 /t/t8002-blame.sh
parentcfea8e077b9a8956080688ab40e9efd812c2a0c5 (diff)
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>
Diffstat (limited to 't/t8002-blame.sh')
-rwxr-xr-xt/t8002-blame.sh9
1 files changed, 9 insertions, 0 deletions
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