Skip to content

Commit

Permalink
annotate-blame test: don't "source", but say "."
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Mar 6, 2006
1 parent 92a903a commit 8ad02bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/t8001-annotate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ test_description='git-annotate'
. ./test-lib.sh

PROG='git annotate'
source ../annotate-tests.sh
. ../annotate-tests.sh

test_done
2 changes: 1 addition & 1 deletion t/t8002-blame.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ test_description='git-blame'
. ./test-lib.sh

PROG='git blame -c'
source ../annotate-tests.sh
. ../annotate-tests.sh

test_done

0 comments on commit 8ad02bc

Please sign in to comment.