mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-02 01:28:48 +00:00
10 lines
177 B
Bash
Executable File
10 lines
177 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
TEST_DESCRIPTION="Test oneshot unit restart on failure"
|
|
|
|
# shellcheck source=test/test-functions
|
|
. "${TEST_BASE_DIR:?}/test-functions"
|
|
|
|
do_test "$@"
|