From patchwork Thu Sep 13 05:17:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "brian m. carlson" X-Patchwork-Id: 10598705 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 78E6D112B for ; Thu, 13 Sep 2018 05:18:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68BD82A8B8 for ; Thu, 13 Sep 2018 05:18:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5CD1D2A8C4; Thu, 13 Sep 2018 05:18:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0C0BA2A8B8 for ; Thu, 13 Sep 2018 05:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727277AbeIMK0R (ORCPT ); Thu, 13 Sep 2018 06:26:17 -0400 Received: from injection.crustytoothpaste.net ([192.241.140.119]:54460 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbeIMK0R (ORCPT ); Thu, 13 Sep 2018 06:26:17 -0400 Received: from genre.crustytoothpaste.net (108-60-118-130.static.wiline.com [108.60.118.130]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id A31B26075D; Thu, 13 Sep 2018 05:18:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1536815905; bh=Y2NrRKJEQKltaHb7O82w75UnZtrHvW4M8xwPHQly+uM=; 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=HEVWKkQK5/xK3Xz3vPCFhpVIGPHn06Xk26LiR6+cM6WOE7Q7/LLlYXCf9TyQuaeOI 20miplDqIdDNgLtUs4+gRlqu1n8eN6uBQOPki1dBkzz+C1syER54iAQIARXp9At9po k4eQS+9/h8l6I8ermiiBBEmtZ8tgss3Q2JWyCI2fpuqbGolmXMX0bDkh/TQojWq2q8 X+S4liPxkpZqdkQ0NkwO2upW7PVBvr6877VZF68TGB39wnoGeUO0Jrf/U8YBBdq6S2 piVyrIe384JtKucfgMzNvPRDxOjL23XGGfEmCbIoFG2Fe7l2DabcqEczId1WvGhXxa jpS00jP7nO0EYCeFVUMvz3XgezZPF1KH6J0upyc4ALseWfNOleXZhK5x5Up+eY3cVd GKOsHCVqeEFB3J3GZu3CkYWOrj1QEucVcPrVLP0hIu5/a+JGEZA9Sij4/0enV1+NRP 0ukPp2md43dBEmMPOPX1XN57OhWjF2E40cKYLNR2Znf7xgngAuI From: "brian m. carlson" To: git@vger.kernel.org Cc: Jeff King , Eric Sunshine , =?utf-8?b?Tmd1eeG7hW4gVGjDoWkgTmfhu41jIER1eQ==?= , =?utf-8?q?Torsten_B=C3=B6gershausen?= , Derrick Stolee , Junio C Hamano Subject: [PATCH v5 08/12] t1400: switch hard-coded object ID to variable Date: Thu, 13 Sep 2018 05:17:38 +0000 Message-Id: <20180913051742.252276-9-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.19.0.397.gdd90340f6a In-Reply-To: <20180913051742.252276-1-sandals@crustytoothpaste.net> References: <20180913051742.252276-1-sandals@crustytoothpaste.net> MIME-Version: 1.0 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 X-Virus-Scanned: ClamAV using ClamSMTP Switch a hard-coded all-zeros object ID to use a variable instead. Signed-off-by: brian m. carlson --- t/t1400-update-ref.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index 7c8df20955..6072650686 100755 --- a/t/t1400-update-ref.sh +++ b/t/t1400-update-ref.sh @@ -346,7 +346,7 @@ test_expect_success "verifying $m's log (logged by config)" ' git update-ref $m $D cat >.git/logs/$m < 1117150320 -0500 +$Z $C $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150320 -0500 $C $A $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150350 -0500 $A $B $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150380 -0500 $F $Z $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150680 -0500