aboutsummaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-08-23 14:13:09 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-23 14:13:09 -0700
commit8a43d3bae50eeb48893d45affbfc772dbac78b6c (patch)
tree7066b2f8210cec125ea83cc6916ed52cd2119541 /t/test-lib.sh
parentMerge branch 'kd/stash-with-bash-4.4' (diff)
parentt1002: stop using sum(1) (diff)
downloadgit-8a43d3bae50eeb48893d45affbfc772dbac78b6c.tar.gz
git-8a43d3bae50eeb48893d45affbfc772dbac78b6c.zip
Merge branch 'rs/t1002-do-not-use-sum'
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 5e3ca30ab3..5fbd8d4a90 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -990,9 +990,6 @@ case $uname_s in
find () {
/usr/bin/find "$@"
}
- sum () {
- md5sum "$@"
- }
# git sees Windows-style pwd
pwd () {
builtin pwd -W