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>
This commit is contained in:
Junio C Hamano 2006-03-05 22:10:26 -08:00
parent 92a903acfd
commit 8ad02bc964
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ test_description='git-annotate'
. ./test-lib.sh
PROG='git annotate'
source ../annotate-tests.sh
. ../annotate-tests.sh
test_done

View file

@ -4,6 +4,6 @@ test_description='git-blame'
. ./test-lib.sh
PROG='git blame -c'
source ../annotate-tests.sh
. ../annotate-tests.sh
test_done