From patchwork Mon Jul 13 02:48:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "brian m. carlson" X-Patchwork-Id: 11658547 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 662BC6C1 for ; Mon, 13 Jul 2020 02:49:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4620A2070B for ; Mon, 13 Jul 2020 02:49:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (3072-bit key) header.d=crustytoothpaste.net header.i=@crustytoothpaste.net header.b="Ikv9RNr5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728378AbgGMCtd (ORCPT ); Sun, 12 Jul 2020 22:49:33 -0400 Received: from injection.crustytoothpaste.net ([192.241.140.119]:40624 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728093AbgGMCtb (ORCPT ); Sun, 12 Jul 2020 22:49:31 -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 F0E5160A62; Mon, 13 Jul 2020 02:49:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1594608568; 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=Ikv9RNr5qFAXOrIw3YDrZU9zOJP1A2eguY65tGZmWxAyYDg2M/jC2xWhxBwx+fUAS deorUirk1nn6mybjZvojvIxt7NK+DUFtOt2Rh/dUZMOqkFmz6XIabzR6WaQk1VJHVi Wb5aroLQL5AMBIl1iXPoD/i60ThBTtl1clfRhCi2imltp4gxj4iU+2PNgvjezEfR5s BZ0XxBzQiqhP5VcTLJE+eaLAqvab7XWQSwW+0+Tnvcy26272PsowsWk0Gt/n5esqZg l8+FrFUo5WGwSiuSIoXTXgjFwsDHbg9Y5bNXLN3QbTb96z/arZy6jldYM621LgUe0k WeT84Ghmj5EqXUPqz4kJyUSfRtxA3hq+EI3ZCM/oj5r8Kag7aVHIq4DclrBjKu8EdY Wqx3sMp3WIv+gfaYwvAudTMO6WH0JAmQdHXcnWoNCgTz0ZPFLE0ZVsi0t9f+NnQSXw LxxZOzDkXyKcki6J1+F/AJmRezRjHsPrszd8RMJHT4+mV14/bnb From: "brian m. carlson" To: Cc: Denton Liu , Derrick Stolee Subject: [PATCH v2 11/39] t7063: make hash size independent Date: Mon, 13 Jul 2020 02:48:41 +0000 Message-Id: <20200713024909.3714837-12-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.27.0.353.gb9a2d1a020 In-Reply-To: <20200713024909.3714837-1-sandals@crustytoothpaste.net> References: <20200713024909.3714837-1-sandals@crustytoothpaste.net> MIME-Version: 1.0 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 <