git/t/t8001-annotate.sh
Junio C Hamano 8ad02bc964 annotate-blame test: don't "source", but say "."
Just I am old fashioned.  Source inclusion in bourne shell is
"." (dot), not "source" -- that's csh.

[jc: yes I know bash groks it, but I am old fashioned.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-03-05 22:10:26 -08:00

10 lines
114 B
Bash
Executable file

#!/bin/sh
test_description='git-annotate'
. ./test-lib.sh
PROG='git annotate'
. ../annotate-tests.sh
test_done