summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-07 15:10:36 +0200
committerThomas Haller <thaller@redhat.com>2020-08-17 19:06:33 +0200
commit1b9da1869382185fe4f03c17fd7612ce1809e0f3 (patch)
tree9424641d5111f0cb0cc865c3fc6205e598fd9109
parent3d349eb5fe106a67ace65c03e74adee4bf591a81 (diff)
downloadNetworkManager-1b9da1869382185fe4f03c17fd7612ce1809e0f3.tar.gz
tests: suppress valgrind warning about unsupported syscall for "test-config"
(cherry picked from commit d507563a80d3e171017700f7b268940b63f5708d) (cherry picked from commit 4036bc48e4a5b4989a789c74b124e76ae0286ea8) (cherry picked from commit 9ff160d155da29b02890ce6ae433b2f2a39c579e)
-rwxr-xr-xtools/run-nm-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run-nm-test.sh b/tools/run-nm-test.sh
index 16d9d8a7ab..6ab8825809 100755
--- a/tools/run-nm-test.sh
+++ b/tools/run-nm-test.sh
@@ -297,6 +297,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' | \