summaryrefslogtreecommitdiff
path: root/test/units/testsuite-23.sh
blob: 3be645e20ae319fc619568e87b7c26b2c2a97ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eux
set -o pipefail

: >/failed

# shellcheck source=test/units/test-control.sh
. "$(dirname "$0")"/test-control.sh

# Note: the signal shenanigans are necessary for the Upholds= tests
run_subtests_with_signals SIGUSR1 SIGUSR2 SIGRTMIN+1

touch /testok
rm /failed