Re: [PATCH] tests/functional: Fix hash validation

2024-10-04 Thread Manos Pitsidianakis
On Fri, 04 Oct 2024 16:02, Thomas Huth wrote: The _check() function is supposed to check whether the hash of the downloaded file matches the expected one. Unfortunately, during the last rework of this function, the check was accidentally turned into returning the hash value itself instead of a T

[PATCH] tests/functional: Fix hash validation

2024-10-04 Thread Thomas Huth
The _check() function is supposed to check whether the hash of the downloaded file matches the expected one. Unfortunately, during the last rework of this function, the check was accidentally turned into returning the hash value itself instead of a True/False value, effectively accepting each hash