From: Mark Allen Date: Tue, 28 Jun 2005 01:40:31 +0000 (-0700) Subject: [PATCH] replace sha1sum with sum in t/t1002 X-Git-Tag: v0.99~151 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cebe403bfe07bda11f2c781698519a2f9efefdd3?ds=inline;hp=cebe403bfe07bda11f2c781698519a2f9efefdd3 [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 Acked-by: Junio C Hamano Signed-off-by: Linus Torvalds ---