summaryrefslogtreecommitdiff
path: root/test/TEST-78-SIGQUEUE
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-02-16 16:31:02 +0100
committerLennart Poettering <lennart@poettering.net>2023-02-17 09:55:35 +0100
commitdd131fcf8c4903138755b201e7d5c68206f60638 (patch)
tree527d007b5086d16fd9844ea883da2ce0b98d4547 /test/TEST-78-SIGQUEUE
parentc4ef4df41728435dc3bf3c192281aa17fde2be3f (diff)
downloadsystemd-dd131fcf8c4903138755b201e7d5c68206f60638.tar.gz
test: add test for new "systemctl --kill-value=" functionality
(as side-effect this also tests the new systemd-notify --exec switch)
Diffstat (limited to 'test/TEST-78-SIGQUEUE')
l---------test/TEST-78-SIGQUEUE/Makefile1
-rwxr-xr-xtest/TEST-78-SIGQUEUE/test.sh10
2 files changed, 11 insertions, 0 deletions
diff --git a/test/TEST-78-SIGQUEUE/Makefile b/test/TEST-78-SIGQUEUE/Makefile
new file mode 120000
index 0000000000..e9f93b1104
--- /dev/null
+++ b/test/TEST-78-SIGQUEUE/Makefile
@@ -0,0 +1 @@
+../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-78-SIGQUEUE/test.sh b/test/TEST-78-SIGQUEUE/test.sh
new file mode 100755
index 0000000000..61e8e7d1c4
--- /dev/null
+++ b/test/TEST-78-SIGQUEUE/test.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+# SPDX-License-Identifier: LGPL-2.1-or-later
+set -e
+
+TEST_DESCRIPTION="Test queue signal logic"
+
+# shellcheck source=test/test-functions
+. "$TEST_BASE_DIR/test-functions"
+
+do_test "$@"