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>maint
parent
92a903acfd
commit
8ad02bc964
|
|
@ -4,6 +4,6 @@ test_description='git-annotate'
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
||||||
PROG='git annotate'
|
PROG='git annotate'
|
||||||
source ../annotate-tests.sh
|
. ../annotate-tests.sh
|
||||||
|
|
||||||
test_done
|
test_done
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ test_description='git-blame'
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
||||||
PROG='git blame -c'
|
PROG='git blame -c'
|
||||||
source ../annotate-tests.sh
|
. ../annotate-tests.sh
|
||||||
|
|
||||||
test_done
|
test_done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue