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 18:59:25 +0200
commit4036bc48e4a5b4989a789c74b124e76ae0286ea8 (patch)
tree390316b4d46695c6a41ca4fffc51103c95c1b640
parent9cdfbde46e6fd333aeb151621c9b76dbf795eb52 (diff)
downloadNetworkManager-4036bc48e4a5b4989a789c74b124e76ae0286ea8.tar.gz
tests: suppress valgrind warning about unsupported syscall for "test-config"
(cherry picked from commit d507563a80d3e171017700f7b268940b63f5708d)
-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 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' | \