mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-17 16:51:58 +00:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="Test ExecReload= (PR #13098)"
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@" 39
|