diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-23 14:13:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-23 14:13:09 -0700 |
commit | 8a43d3bae50eeb48893d45affbfc772dbac78b6c (patch) | |
tree | 7066b2f8210cec125ea83cc6916ed52cd2119541 /t/test-lib.sh | |
parent | ef9408cfb5eca8524047c56ba10df9664425a14c (diff) | |
parent | 70ec6bd63bdfe5f08481e88d423592b55ccfbf65 (diff) | |
download | git-8a43d3bae50eeb48893d45affbfc772dbac78b6c.tar.gz |
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.sh | 3 |
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 |