git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
92a903a
)
annotate-blame test: don't "source", but say "."
author
Junio C Hamano
<redacted>
Mon, 6 Mar 2006 06:10:26 +0000
(22:10 -0800)
committer
Junio C Hamano
<redacted>
Mon, 6 Mar 2006 06:10:26 +0000
(22:10 -0800)
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 <redacted>
t/t8001-annotate.sh
patch
|
blob
|
history
t/t8002-blame.sh
patch
|
blob
|
history
diff --git
a/t/t8001-annotate.sh
b/t/t8001-annotate.sh
index 9e5a04b0f93fca15628acc93d4c2dcb896cba0d6..2496397da3c335997779bae43ba37ec6d32810de 100755
(executable)
--- 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
diff --git
a/t/t8002-blame.sh
b/t/t8002-blame.sh
index 1036c54d303f31171afb49fadf6f46076635d31d..97773939962187b4a27176e9bcb5104652ba3853 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT