summaryrefslogtreecommitdiff
path: root/test/TEST-78-SIGQUEUE/test.sh
blob: 80ce7926ab14c1f76b83be151642f6163a2aca35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
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"

do_test "$@"