From patchwork Sun Jul 26 19:54:08 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: 11686055 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 6A3776C1 for ; Sun, 26 Jul 2020 19:54:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5255D2065F for ; Sun, 26 Jul 2020 19:54:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (3072-bit key) header.d=crustytoothpaste.net header.i=@crustytoothpaste.net header.b="WzynoHaB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727985AbgGZTy4 (ORCPT ); Sun, 26 Jul 2020 15:54:56 -0400 Received: from injection.crustytoothpaste.net ([192.241.140.119]:40712 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727937AbgGZTyw (ORCPT ); Sun, 26 Jul 2020 15:54:52 -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 904226101B; Sun, 26 Jul 2020 19:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1595793291; bh=2Uk60eVF35Xko9Fm5hChI+Nwm1x48yRPe8IdOh07YRA=; 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=WzynoHaBhtwiWgqjmc9ur/XDfxrtfXTIEFAhtioFmGSawYuSwFEpNOSWtLI/7VSWR 1pFf1qn70fBb+4ep5aWIU0CrnSAe9ODWcGorae7TtZw/0LkUX8pc5mPWKlDbB6ducW RkcQ0i8ZiFTY7Hm0DCY3HiG1MVyGwuccdO8HRtjxGQE76VCd6BN6MUkQjyYVWiYVnO JM0RmR8KvJR764XDZjTsAAB5BeakKeB3pBuGOTVrnWgpNAUX0BLIfkXLSuBdQB8Nvm V2rEdwuXBcgPsLmAqJHbVIEUN6d0LZpoxl+a+ncBPD9VE09M80JnlM9GeOikh+OW98 0Ef3GD2E9i1PvEVwpmhjt7G/pEf8NeGW4GoMxATskiMko4lNXIjhLjXHodEExlAcMc nqyXI8P5Z3NQ0zLC0bc8cQOZBZv90CF7mIwjqD3KWA05txDkEpufvdjyAf7ZYLevyx COXsaDj7VZvX/Ocls5o/0m/CUM+tRVGvdViy39e3VDLoeUOnj9B From: "brian m. carlson" To: Cc: Eric Sunshine Subject: [PATCH v4 23/39] t9301: make hash size independent Date: Sun, 26 Jul 2020 19:54:08 +0000 Message-Id: <20200726195424.626969-24-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 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Instead of using a hard-coded all-zeros object ID, use $ZERO_OID. Compute the length of the object IDs in use and use this instead of hard-coding the constant 40. Signed-off-by: brian m. carlson --- t/t9301-fast-import-notes.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/t/t9301-fast-import-notes.sh b/t/t9301-fast-import-notes.sh index ca223dca98..9d1aaac980 100755 --- a/t/t9301-fast-import-notes.sh +++ b/t/t9301-fast-import-notes.sh @@ -71,7 +71,7 @@ EOF INPUT_END test_expect_success 'set up master branch' ' - + test_oid_init && git fast-import >input <