]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-38-FREEZER/test.sh
Merge pull request #32308 from yuwata/sd-ndisc-disable-timer-on-recv
[thirdparty/systemd.git] / test / TEST-38-FREEZER / test.sh
CommitLineData
d632e6fe 1#!/usr/bin/env bash
7b3cec95 2# SPDX-License-Identifier: LGPL-2.1-or-later
d446ae89 3set -e
3f161ba9 4
d446ae89
MS
5TEST_DESCRIPTION="test unit freezing and thawing via DBus and systemctl"
6TEST_NO_NSPAWN=1
3f161ba9
FS
7
8# shellcheck source=test/test-functions
9. "${TEST_BASE_DIR:?}/test-functions"
d446ae89 10
c4cd6205 11do_test "$@"