1 2 3 4 5 6
#!/usr/bin/env bash set -e TEST_DESCRIPTION="Test ExecReload= (PR #13098)" . $TEST_BASE_DIR/test-functions do_test "$@" 39