runtests: include missing valgrind package
use valgrind was missing which caused torture tests with valgrind enabled to fail. Reported-by: Daniel Stenberg Fixes #11364 Closes #11365
This commit is contained in:
Родитель
62a9731533
Коммит
3cfd9f2378
|
@ -105,6 +105,7 @@ use testutil qw(
|
|||
subbase64
|
||||
subnewlines
|
||||
);
|
||||
use valgrind;
|
||||
|
||||
|
||||
#######################################################################
|
||||
|
|
Загрузка…
Ссылка в новой задаче