Re: [PATCH 08/15] t4015: abstract away SHA-1-specific constants

2019-10-08 Thread Derrick Stolee
On 10/5/2019 5:12 PM, brian m. carlson wrote: > Adjust the test so that it computes variables for object IDs instead of > using hard-coded hashes. > > Signed-off-by: brian m. carlson > --- > t/t4015-diff-whitespace.sh | 89 +++--- > 1 file changed, 53 insertions(+

[PATCH 08/15] t4015: abstract away SHA-1-specific constants

2019-10-05 Thread brian m. carlson
Adjust the test so that it computes variables for object IDs instead of using hard-coded hashes. Signed-off-by: brian m. carlson --- t/t4015-diff-whitespace.sh | 89 +++--- 1 file changed, 53 insertions(+), 36 deletions(-) diff --git a/t/t4015-diff-whitespace.sh