From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E17BCC433DF for ; Wed, 29 Jul 2020 23:15:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD39D207F5 for ; Wed, 29 Jul 2020 23:15:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (3072-bit key) header.d=crustytoothpaste.net header.i=@crustytoothpaste.net header.b="guKwe5TN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728159AbgG2XPT (ORCPT ); Wed, 29 Jul 2020 19:15:19 -0400 Received: from injection.crustytoothpaste.net ([192.241.140.119]:41150 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728142AbgG2XPR (ORCPT ); Wed, 29 Jul 2020 19:15: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 BB32C6079B; Wed, 29 Jul 2020 23:14:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1596064487; bh=kzD44krolsMhdpvZfmNLjC7VTRRu/RTNvK14D0Rz7Vo=; 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=guKwe5TN8I4T4+DWpL3CoK4FOnDwLNfonY3F+I88AJ7MynyBhRHci2HuTv9CcV5V2 AMtyDNHfJzxh+W/lrZ+OQqCTezTGghpKB4Ip/5vQYiqOJ8DsoZaCWGpSsthoAWnIb6 fqYqrbVHxuR2nOqV9PRB69f084fM4G0t9+CFAmyuzOhg6tgU5nyiTsGpjGDD5EGg68 Xs2M963HNeol0u2Epx8DlUfTTXLRE0qOXjBQ0pb/bC6yiuyBZOaDdwAE/Ii69AsFYs OMOIO5nIdaOt9i0bMz+ez8ZSCNGeGDHaeCC3ELKwKIQH8Is0zgkdq2iUet8OHXD5Jv 5DBOcJRK3DRTkdsaI7i+9P8FJ0ugKWySJsjvXfF7eoy3QDWdemd1ejjDCe5Dktb0tG 6jOJPhcicxb/ykT6KIFSv4dOjOBtB2/Ix6SzY0jD+gmqsHJyHLkBQkcrddQsWHJIC7 V+YdurrR3FJMIlva9IgRAq89kGnMdKxI2aQlhxFjIXkGPKnFLCE From: "brian m. carlson" To: Cc: Eric Sunshine Subject: [PATCH v6 02/39] t1001: use $ZERO_OID Date: Wed, 29 Jul 2020 23:13:51 +0000 Message-Id: <20200729231428.3658647-3-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.28.0.163.g6104cc2f0b6 In-Reply-To: <20200729231428.3658647-1-sandals@crustytoothpaste.net> References: <20200728233446.3066485-1-sandals@crustytoothpaste.net> <20200729231428.3658647-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 $ZERO_OID to make the test hash independent. Signed-off-by: brian m. carlson --- t/t1091-sparse-checkout-builtin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/t1091-sparse-checkout-builtin.sh b/t/t1091-sparse-checkout-builtin.sh index 7cd45fc139..84acfc48b6 100755 --- a/t/t1091-sparse-checkout-builtin.sh +++ b/t/t1091-sparse-checkout-builtin.sh @@ -369,7 +369,7 @@ test_expect_success 'sparse-checkout (init|set|disable) warns with unmerged stat git clone repo unmerged && cat >input <<-EOF && - 0 0000000000000000000000000000000000000000 folder1/a + 0 $ZERO_OID folder1/a 100644 $(git -C unmerged rev-parse HEAD:folder1/a) 1 folder1/a EOF git -C unmerged update-index --index-info tweak/deep/deeper2/a && cat >input <<-EOF && - 0 0000000000000000000000000000000000000000 folder1/a + 0 $ZERO_OID folder1/a 100644 $(git -C tweak rev-parse HEAD:folder1/a) 1 folder1/a EOF git -C tweak update-index --index-info