X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=t%2Ftest-lib.sh;fp=t%2Ftest-lib.sh;h=618a7c8d5ba57507b4c0ac8915115a381f86fe28;hp=dbc027ff267e0c3151965960608ef7cbc916950f;hb=12210859da0c16c644dab658d9e1ef671ec28788;hpb=a08a83db2bf27f015bec9a435f6d73e223c21c5e diff --git a/t/test-lib.sh b/t/test-lib.sh index dbc027ff26..618a7c8d5b 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1414,6 +1414,7 @@ test_oid_init ZERO_OID=$(test_oid zero) OID_REGEX=$(echo $ZERO_OID | sed -e 's/0/[0-9a-f]/g') +OIDPATH_REGEX=$(test_oid_to_path $ZERO_OID | sed -e 's/0/[0-9a-f]/g') EMPTY_TREE=$(test_oid empty_tree) EMPTY_BLOB=$(test_oid empty_blob) _z40=$ZERO_OID