tests: avoid false failure on older valgrind
commitf7c53095d29ea4b30a9ec3327b0cd4e5c2106d7e
authorPádraig Brady <P@draigBrady.com>
Sat, 9 Nov 2024 16:55:33 +0000 (9 16:55 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 9 Nov 2024 17:16:30 +0000 (9 17:16 +0000)
tree7c8b54dfe9b498a18e09fe3b2504ca99957e4e83
parent6db4b33eb9f2461967a8e8305bf819b7976877eb
tests: avoid false failure on older valgrind

* src/shuf.c (main): In dev mode call randint_all_free()
to avoid false failure with valgrind 3.16.1 at least.
Note this partially reinstates commit v9.0-109-g0106b5a4b.
This was noticed on a debian 11 system running CI tests.
src/shuf.c