From d507563a80d3e171017700f7b268940b63f5708d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 7 Jun 2020 15:10:36 +0200 Subject: [PATCH] tests: suppress valgrind warning about unsupported syscall for "test-config" --- tools/run-nm-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run-nm-test.sh b/tools/run-nm-test.sh index 02fced0164..11c9e17a0b 100755 --- a/tools/run-nm-test.sh +++ b/tools/run-nm-test.sh @@ -310,6 +310,7 @@ if [ $HAS_ERRORS -eq 0 ]; then # valgrind doesn't support setns syscall and spams the logfile. # hack around it... case "$TEST_NAME" in + 'test-config' | \ 'test-link-linux' | \ 'test-acd' | \ 'test-service-providers' | \