From 08a9dd891c5808c2ab6e8b7fc5812e1f0cea1354 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Sat, 21 Dec 2019 19:49:19 +0000 Subject: t4134: compute appropriate length constant Instead of using a specific invalid hard-coded object ID, generate one of the appropriate length by looking one up in the translation tables. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano diff --git a/t/t4134-apply-submodule.sh b/t/t4134-apply-submodule.sh index 0043930..99ed4cc 100755 --- a/t/t4134-apply-submodule.sh +++ b/t/t4134-apply-submodule.sh @@ -8,6 +8,7 @@ test_description='git apply submodule tests' . ./test-lib.sh test_expect_success setup ' + test_oid_init && cat > create-sm.patch < remove-sm.patch <