Re: [PATCH 07/15] t4011: abstract away SHA-1-specific constants

2019-10-08 Thread brian m. carlson
On 2019-10-08 at 12:33:43, Bert Wesarg wrote: > On Tue, Oct 8, 2019 at 2:21 PM Derrick Stolee wrote: > > > > 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. > > > > [snip] > > > > > @@ -137,1

Re: [PATCH 07/15] t4011: abstract away SHA-1-specific constants

2019-10-08 Thread Derrick Stolee
On 10/8/2019 8:33 AM, Bert Wesarg wrote: > On Tue, Oct 8, 2019 at 2:21 PM Derrick Stolee wrote: >> >> 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. >> >> [snip] >> >>> @@ -137,14 +141,17 @@ tes

Re: [PATCH 07/15] t4011: abstract away SHA-1-specific constants

2019-10-08 Thread Bert Wesarg
On Tue, Oct 8, 2019 at 2:21 PM Derrick Stolee wrote: > > 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. > > [snip] > > > @@ -137,14 +141,17 @@ test_expect_success SYMLINKS 'setup symlinks with

Re: [PATCH 07/15] t4011: 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. [snip] > @@ -137,14 +141,17 @@ test_expect_success SYMLINKS 'setup symlinks with > attributes' ' > ' > > test_expect_success SYMLINKS 'symlinks d

[PATCH 07/15] t4011: 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/t4011-diff-symlink.sh | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/t/t4011-diff-symlink.sh b/t/t4011-dif