summaryrefslogtreecommitdiff
path: root/test/TEST-51-ISSUE-16115/test.sh
blob: 7b306fa57b9b4b79bfb0b3d3977e07d2c37b704e (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="Test ExecCondition= does not restart on abnormal or failure"

# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"

do_test "$@"