Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-12-04 21:49:24 +0300
committerJunio C Hamano <gitster@pobox.com>2020-12-05 00:55:14 +0300
commitd9ca6f8d9054e3441c0f291916cbedd2d0cad15f (patch)
treec44fe31515ee34c67d390b5d4e2511b4cc236f56
parentfb3920fd003e14283fb480b1eb4e8495b95034c9 (diff)
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t0064-oid-array.sh (renamed from t/t0064-sha1-array.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0064-sha1-array.sh b/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 () {