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 <gitster@pobox.com>2017-09-10 11:03:04 +0300
committerJunio C Hamano <gitster@pobox.com>2017-09-10 11:03:04 +0300
commit1a8a3286544a5ab54b6e360e420edb219f02d69a (patch)
tree0942c4c2e321740c99918852df9f2301e1902546 /t/test-lib.sh
parentb438722c067ce941d576ab3cf8f959119433f2d2 (diff)
parent70ec6bd63bdfe5f08481e88d423592b55ccfbf65 (diff)
Merge branch 'rs/t1002-do-not-use-sum' into maint
Test simplification. * rs/t1002-do-not-use-sum: t1002: stop using sum(1)
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 1b6e53f78a..51f52dcd4e 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -991,9 +991,6 @@ case $uname_s in
find () {
/usr/bin/find "$@"
}
- sum () {
- md5sum "$@"
- }
# git sees Windows-style pwd
pwd () {
builtin pwd -W