summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-23.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/testsuite-23.sh')
-rwxr-xr-xtest/units/testsuite-23.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/units/testsuite-23.sh b/test/units/testsuite-23.sh
new file mode 100755
index 0000000..a929c8b
--- /dev/null
+++ b/test/units/testsuite-23.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+# SPDX-License-Identifier: LGPL-2.1-or-later
+set -eux
+set -o pipefail
+
+# 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