tests: suppress valgrind warning about unsupported syscall for "test-config"

This commit is contained in:
Thomas Haller 2020-06-07 15:10:36 +02:00
parent 49886cedd9
commit d507563a80
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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' | \