1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-22 22:03:43 +03:00

7 lines
175 B
Bash
Raw Normal View History

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