1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-31 07:51:21 +03:00
systemd/test/TEST-47-ISSUE-14566/test.sh

10 lines
222 B
Bash
Raw Normal View History

2020-03-20 21:57:54 +03:00
#!/usr/bin/env bash
set -e
TEST_DESCRIPTION="Test that KillMode=mixed does not leave left over processes with ExecStopPost="
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
2020-03-20 21:57:54 +03:00
do_test "$@" 47