summaryrefslogtreecommitdiff
path: root/t/t8001-annotate.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-03-05 22:10:26 -0800
committerJunio C Hamano <junkio@cox.net>2006-03-05 22:10:26 -0800
commit8ad02bc9649b0a69a0c09a23bd177a070b57af7d (patch)
tree8ad3c13fd351025bc0916bea70ea2862fe91c21d /t/t8001-annotate.sh
parent92a903acfd0904e6dd6d18112428429938783d19 (diff)
downloadgit-8ad02bc9649b0a69a0c09a23bd177a070b57af7d.tar.gz
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/t8001-annotate.sh')
-rwxr-xr-xt/t8001-annotate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t8001-annotate.sh b/t/t8001-annotate.sh
index 9e5a04b0f9..2496397da3 100755
--- a/t/t8001-annotate.sh
+++ b/t/t8001-annotate.sh
@@ -4,6 +4,6 @@ test_description='git-annotate'
. ./test-lib.sh
PROG='git annotate'
-source ../annotate-tests.sh
+. ../annotate-tests.sh
test_done