mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="Test oneshot unit restart on failure"
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@" 41
|