From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id C64111F5AE for ; Sun, 26 Jul 2020 19:55:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728076AbgGZTzT (ORCPT ); Sun, 26 Jul 2020 15:55:19 -0400 Received: from injection.crustytoothpaste.net ([192.241.140.119]:40784 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728063AbgGZTzR (ORCPT ); Sun, 26 Jul 2020 15:55:17 -0400 Received: from camp.crustytoothpaste.net (unknown [IPv6:2001:470:b978:101:b610:a2f0:36c1:12e3]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id 64A7B61012; Sun, 26 Jul 2020 19:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1595793285; bh=yDq9JkAob5CN6OtKhGSEUlUn/KLbh77oniXGmR3KHc4=; 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=qOmQd7nf7nikol8JhFJC420QFp9MMOU1oDtF3+Sy8JGuhj4hICuJKmHlOCijEi4XL rc0QeiQZZXWN1Fr0h491yYt47MmDvP9Me99MeQ6Y7TiB/GETP+JmzXtUXfzOj0xv2D t2QNTK5W7aByhiaQDwh8w3Mf+kU5EPUmURavNqj17PFzt8JpZUZI4W2DZBBCS5EyZb u7EknqcSLdJDvqhmKW3VovCRwIjr64aafbkCPTbvT5Q5M2u6fc1+SOrRMsQpYViCpe n5ySEou4zPijtmDeF7Z/Ex4hD3XjgztR9kpSLREpRFazgtw+sWdsv4yGco2Ro73IZB SDsQTbO6ONzMRk4nq1LR1qrZW5CSQONMB6xpb+qyOLGEY+nLzP9fIbyX9HjP8+Gw0v 2abkXsMcRVCP9bGQu0Hz7EdgRV99lMkpH1JAeY9fNWqY4NVJF+2YLPY3MabOOvfYml RdaFEB1WqYpAqGZJiE7UVh3cp/K0PStqFzD0dgOh82AE6vSxfkg From: "brian m. carlson" To: Cc: Eric Sunshine Subject: [PATCH v4 11/39] t7063: make hash size independent Date: Sun, 26 Jul 2020 19:53:56 +0000 Message-Id: <20200726195424.626969-12-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.28.0.rc2.160.gd0b3904b262 In-Reply-To: <20200726195424.626969-1-sandals@crustytoothpaste.net> References: <20200726195424.626969-1-sandals@crustytoothpaste.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Use test_oid instead of hard-coding a fixed size all-zeros object ID. Signed-off-by: brian m. carlson --- t/t7063-status-untracked-cache.sh | 151 ++++++++++++++++-------------- 1 file changed, 81 insertions(+), 70 deletions(-) diff --git a/t/t7063-status-untracked-cache.sh b/t/t7063-status-untracked-cache.sh index 428cff9cf3..c713c0dc3f 100755 --- a/t/t7063-status-untracked-cache.sh +++ b/t/t7063-status-untracked-cache.sh @@ -75,14 +75,24 @@ test_expect_success 'setup' ' touch one two three done/one dtwo/two dthree/three && git add one two done/one && : >.git/info/exclude && - git update-index --untracked-cache + git update-index --untracked-cache && + test_oid_cache <<-EOF + root sha1:e6fcc8f2ee31bae321d66afd183fcb7237afae6e + root sha256:b90c672088c015b9c83876e919da311bad4cd39639fb139f988af6a11493b974 + + exclude sha1:13263c0978fb9fad16b2d580fb800b6d811c3ff0 + exclude sha256:fe4aaa1bbbbce4cb8f73426748a14c5ad6026b26f90505a0bf2494b165a5b76c + + done sha1:1946f0437f90c5005533cbe1736a6451ca301714 + done sha256:7f079501d79f665b3acc50f5e0e9e94509084d5032ac20113a37dd5029b757cc + EOF ' test_expect_success 'untracked cache is empty' ' test-tool dump-untracked-cache >../actual && cat >../expect-empty <../dump.expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect <../actual && cat >../expect-from-test-dump <../actual && @@ -806,8 +817,8 @@ test_expect_success '"status" after file replacement should be clean with UC=tru test-tool dump-untracked-cache >../actual && grep -F "recurse valid" ../actual >../actual.grep && cat >../expect.grep <