From: brian m. carlson Date: Wed, 29 Jul 2020 23:14:04 +0000 (+0000) Subject: t7405: make hash size independent X-Git-Tag: v2.29.0-rc0~178^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2197f879f2f4821ed734fef8aff13a8fc49720c0;p=thirdparty%2Fgit.git t7405: make hash size independent Use $ZERO_OID instead of hard-coding a fixed size all-zeros object ID. Signed-off-by: brian m. carlson Reviewed-by: Eric Sunshine Signed-off-by: Junio C Hamano --- diff --git a/t/t7405-submodule-merge.sh b/t/t7405-submodule-merge.sh index aa33978ed2..6a1e5f8232 100755 --- a/t/t7405-submodule-merge.sh +++ b/t/t7405-submodule-merge.sh @@ -195,7 +195,7 @@ test_expect_success 'git submodule status should display the merge conflict prop url = $TRASH_DIRECTORY/sub EOF cat >expect < actual && test_cmp expect actual && @@ -214,7 +214,7 @@ test_expect_success 'git submodule status should display the merge conflict prop url = $TRASH_DIRECTORY/sub EOF cat >expect < actual && test_cmp expect actual &&