mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
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:
parent
92a903acfd
commit
8ad02bc964
@ -4,6 +4,6 @@ test_description='git-annotate'
|
||||
. ./test-lib.sh
|
||||
|
||||
PROG='git annotate'
|
||||
source ../annotate-tests.sh
|
||||
. ../annotate-tests.sh
|
||||
|
||||
test_done
|
||||
|
@ -4,6 +4,6 @@ test_description='git-blame'
|
||||
. ./test-lib.sh
|
||||
|
||||
PROG='git blame -c'
|
||||
source ../annotate-tests.sh
|
||||
. ../annotate-tests.sh
|
||||
|
||||
test_done
|
||||
|
Loading…
Reference in New Issue
Block a user