From: Dan Fandrich Date: Wed, 21 Jun 2023 22:28:36 +0000 (-0700) Subject: runtests: include missing valgrind package X-Git-Tag: curl-8_2_0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11365%2Fhead;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/runner.pm b/tests/runner.pm index abab866543..94e28777e7 100644 --- a/tests/runner.pm +++ b/tests/runner.pm @@ -105,6 +105,7 @@ use testutil qw( subbase64 subnewlines ); +use valgrind; #######################################################################