From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 0A9831F51C for ; Mon, 21 May 2018 02:02:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752654AbeEUCCn (ORCPT ); Sun, 20 May 2018 22:02:43 -0400 Received: from injection.crustytoothpaste.net ([192.241.140.119]:50866 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752645AbeEUCCl (ORCPT ); Sun, 20 May 2018 22:02:41 -0400 Received: from genre.crustytoothpaste.net (unknown [IPv6:2001:470:b978:101:fc4d:8d90:22bd:91d8]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id AD8C360746; Mon, 21 May 2018 02:02:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1526868160; bh=mqBu9whqEeMOR8DofMG/yQNOXY/GMlA/bIFoc06U86k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From:Reply-To: Subject:Date:To:CC:Resent-Date:Resent-From:Resent-To:Resent-Cc: In-Reply-To:References:Content-Type:Content-Disposition; b=lg8smmoikJKfE9k9mwyXdCx0KZd7Ical21ocI0t6HMNneA14oa+gXCSN/YdqIzZt4 l2IquX58gh5QVkB0iBrM1YAEdkgHl2UoO3uYnH6rPcY6oUDs86N7ZOVFumN6zRLECu RAHqiEAL2vy8VpL8B7ccAAWbAXkd77BqoGfVZNbWiENuHAvgHI6ibLSOZchjfjGmCv xwtjBeX9eCC43v8JXAOaZlFJjRyA5z6QhZ211lC96g0s9BL6sg0i/mpCsmTgjjd9ra HS5sRJOEjJg5TqJmb4qyvlc4QBQbxdeeeSooKtGDoLaVGU7wcx3YZYb3JS5NfvfJta BmFOHE9Yz1pJserc6jNdyp+Zi3/ycFnOma2pDQRlqJoBrhr5z4WOsyX9+JxmFmAg7I IDWAd0HakKgcOhWRJcQ3GuXmdpvtVbdZggAYb8kvpABfuLUyxvIlfa/e7LCCBcgZ32 uQW2a2lZMODcON4EQYBKgsyF0uq4QVCbckftPe2Ir87mN47HIwP From: "brian m. carlson" To: git@vger.kernel.org Cc: Junio C Hamano , =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= , =?UTF-8?q?Martin=20=C3=85gren?= , Eric Sunshine , Johannes Sixt , Stefan Beller Subject: [PATCH v4 08/28] t1512: skip test if not using SHA-1 Date: Mon, 21 May 2018 02:01:27 +0000 Message-Id: <20180521020147.648496-9-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.17.0.441.gb46fe60e1d In-Reply-To: <20180521020147.648496-1-sandals@crustytoothpaste.net> References: <20180516015630.661349-1-sandals@crustytoothpaste.net> <20180521020147.648496-1-sandals@crustytoothpaste.net> X-Scanned-By: MIMEDefang 2.79 on 127.0.1.1 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org 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 --- t/t1512-rev-parse-disambiguation.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 && (