Skip to content

Commit d9ca6f8

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fb3920f commit d9ca6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0064-sha1-array.sh renamed to t/t0064-oid-array.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
test_description='basic tests for the SHA1 array implementation'
3+
test_description='basic tests for the oid array implementation'
44
. ./test-lib.sh
55

66
echoid () {

0 commit comments

Comments
 (0)