From: Jeff King Date: Fri, 4 Dec 2020 18:49:24 +0000 (-0500) Subject: t0064: drop sha1 mention from filename X-Git-Tag: v2.30.0-rc1~16^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9ca6f8d9054e3441c0f291916cbedd2d0cad15f;p=thirdparty%2Fgit.git t0064: drop sha1 mention from filename The data type is an oid_array these days, and we are using "test-tool oid-array", so let's name the test script appropriately. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/t/t0064-sha1-array.sh b/t/t0064-oid-array.sh similarity index 96% rename from t/t0064-sha1-array.sh rename to t/t0064-oid-array.sh index 45685af2fd..71034a8007 100755 --- a/t/t0064-sha1-array.sh +++ b/t/t0064-oid-array.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='basic tests for the SHA1 array implementation' +test_description='basic tests for the oid array implementation' . ./test-lib.sh echoid () {