From: brian m. carlson Date: Sun, 13 May 2018 02:24:18 +0000 (+0000) Subject: t1512: skip test if not using SHA-1 X-Git-Tag: v2.18.0-rc0~3^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7a2fc82491;p=thirdparty%2Fgit.git t1512: skip test if not using SHA-1 This test relies on objects with colliding short names which are necessarily dependent on the hash used. Skip the test if we're not using SHA-1. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- diff --git a/t/t1512-rev-parse-disambiguation.sh b/t/t1512-rev-parse-disambiguation.sh index 711704ba5a..6537f30c9e 100755 --- a/t/t1512-rev-parse-disambiguation.sh +++ b/t/t1512-rev-parse-disambiguation.sh @@ -22,6 +22,12 @@ one tagged as v1.0.0. They all have one regular file each. . ./test-lib.sh +if ! test_have_prereq SHA1 +then + skip_all='not using SHA-1 for objects' + test_done +fi + test_expect_success 'blob and tree' ' test_tick && (