commit | 8752d11d60e8f48b6e242e7f504c8e8fd7eabb92 | [log] [tgz] |
---|---|---|
author | Fredrik Kuivinen <freku045@student.liu.se> | Sun Mar 05 12:13:34 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Sun Mar 05 16:02:44 2006 -0800 |
tree | c39dcdc70ea65d7ed2aeb005f7581f36835681b8 | |
parent | cfea8e077b9a8956080688ab40e9efd812c2a0c5 [diff] [blame] |
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>
diff --git a/t/t8002-blame.sh b/t/t8002-blame.sh new file mode 100755 index 0000000..1036c54 --- /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