[PATCH] replace sha1sum with sum in t/t1002
commitcebe403bfe07bda11f2c781698519a2f9efefdd3
authorMark Allen <mrallen1@yahoo.com>
Tue, 28 Jun 2005 01:40:31 +0000 (27 18:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 28 Jun 2005 02:40:21 +0000 (27 19:40 -0700)
treea05a700db51ca35a209c8f5d6a790619eef35b2f
parenteb7add9f6b220256ef6126399c12f01ca7ca35d6
[PATCH] replace sha1sum with sum in t/t1002

This replaces sha1sum(1) with sum(1) in t/t1002.  GNU sum(1) runs in
"BSD compatibility" mode by default, and not all systems have GNU
coreutils.  On any system without GNU coreutils (or sha1sum) t1002 will
fail.  This patch should make t1002 complete successfully everywhere
that sum(1) runs.

I've tested this on Darwin and Linux; it works on both platforms.

Signed-off-by: Mark Allen <mrallen1@yahoo.com>
Acked-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
t/t1002-read-tree-m-u-2way.sh