1 2 3 4 5 6
#!/usr/bin/env bash set -e TEST_DESCRIPTION="Test oneshot unit restart on failure" . $TEST_BASE_DIR/test-functions do_test "$@" 41