mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
8ad02bc964
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>
9 lines
114 B
Bash
Executable file
9 lines
114 B
Bash
Executable file
#!/bin/sh
|
|
|
|
test_description='git-annotate'
|
|
. ./test-lib.sh
|
|
|
|
PROG='git annotate'
|
|
. ../annotate-tests.sh
|
|
|
|
test_done
|