Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-03-06 09:10:26 +0300
committerJunio C Hamano <junkio@cox.net>2006-03-06 09:10:26 +0300
commit8ad02bc9649b0a69a0c09a23bd177a070b57af7d (patch)
tree8ad3c13fd351025bc0916bea70ea2862fe91c21d /t/t8002-blame.sh
parent92a903acfd0904e6dd6d18112428429938783d19 (diff)
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>
Diffstat (limited to 't/t8002-blame.sh')
-rwxr-xr-xt/t8002-blame.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t8002-blame.sh b/t/t8002-blame.sh
index 1036c54d30..9777393996 100755
--- a/t/t8002-blame.sh
+++ b/t/t8002-blame.sh
@@ -4,6 +4,6 @@ test_description='git-blame'
. ./test-lib.sh
PROG='git blame -c'
-source ../annotate-tests.sh
+. ../annotate-tests.sh
test_done