
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
10 lines
119 B
Bash
Executable File
10 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
test_description='git-annotate'
|
|
. ./test-lib.sh
|
|
|
|
PROG='git annotate'
|
|
source ../annotate-tests.sh
|
|
|
|
test_done
|