]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t0064: drop sha1 mention from filename
authorJeff King <peff@peff.net>
Fri, 4 Dec 2020 18:49:24 +0000 (13:49 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2020 21:55:14 +0000 (13:55 -0800)
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>
t/t0064-oid-array.sh [moved from t/t0064-sha1-array.sh with 96% similarity]

similarity index 96%
rename from t/t0064-sha1-array.sh
rename to t/t0064-oid-array.sh
index 45685af2fd5095a9901fdb150de1c6fd8703728f..71034a800759be88f1c090bdebbbab91411535a5 100755 (executable)
@@ -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 () {