summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-04.sh
blob: 87ae518abd5715db3fd75bc9fcd58d3f680f4188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eux
set -o pipefail

# Limit the maximum journal size
trap "journalctl --rotate --vacuum-size=16M" EXIT

# shellcheck source=test/units/test-control.sh
. "$(dirname "$0")"/test-control.sh

: >/failed

run_subtests

touch /testok
rm /failed