summaryrefslogtreecommitdiff
path: root/test/TEST-38-FREEZER/test.sh
blob: e78fae2c74d7f24aef0c67615ad255de5fe9d9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="test unit freezing and thawing via DBus and systemctl"
TEST_NO_NSPAWN=1

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

do_test "$@"