t0064: make hash size independent
commit1374003db19a6d944bb0ff735855d491e03d57e1
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 13 Sep 2018 05:17:36 +0000 (13 05:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2018 15:10:32 +0000 (17 08:10 -0700)
treeef2ac9bf5ad13722a3543c12ac3af7dea2b2c3f0
parent0de267b2928ab907d658f2661932d972b71c0a8f
t0064: make hash size independent

Compute test values of the appropriate size instead of hard-coding
40-character values.  Rename the echo20 function to echoid, since the
values may be of varying sizes.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0064-sha1-array.sh