diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t8001-annotate.sh | 2 | ||||
-rwxr-xr-x | t/t8002-blame.sh | 2 |
2 files changed, 2 insertions, 2 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 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 |