diff options
-rwxr-xr-x | test/TEST-78-SIGQUEUE/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TEST-78-SIGQUEUE/test.sh b/test/TEST-78-SIGQUEUE/test.sh index 61e8e7d1c4..80ce7926ab 100755 --- a/test/TEST-78-SIGQUEUE/test.sh +++ b/test/TEST-78-SIGQUEUE/test.sh @@ -3,6 +3,8 @@ set -e TEST_DESCRIPTION="Test queue signal logic" +# Ignore gcov complaints caused by DynamicUser=true +IGNORE_MISSING_COVERAGE=yes # shellcheck source=test/test-functions . "$TEST_BASE_DIR/test-functions" |