mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-02 01:21:52 +00:00
10 lines
181 B
Bash
Executable File
10 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="Test auto restart of exited services which are stuck in reloading state"
|
|
|
|
TEST_NO_QEMU=1
|
|
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@"
|