test: do run the util tests under valgrind

These tests include string parsers, definitely want those to run under
valgrind to detect OOB reads and writes.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-09-06 10:31:49 +10:00
parent 27632555e1
commit 00f3345b80

View file

@ -1068,12 +1068,6 @@ int main(int argc, char **argv)
Suite *s;
SRunner *sr;
/* when running under valgrind we're using nofork mode, so a signal
* raised by a test will fail in valgrind. There's nothing to
* memcheck here anyway, so just skip the valgrind test */
if (RUNNING_ON_VALGRIND)
return 77;
s = litest_utils_suite();
sr = srunner_create(s);